diff options
| author | atkawa7 <atkawa7@yahoo.com> | 2017-06-15 19:52:03 -0700 |
|---|---|---|
| committer | atkawa7 <atkawa7@yahoo.com> | 2017-06-15 19:52:03 -0700 |
| commit | e46dd1fd551a17a2900e09f52b8abd02a3758f4f (patch) | |
| tree | 9c2671ad8a715eca875c1f4f02882a0811e3d54a /ports/openexr/add-missing-export.patch | |
| parent | ce5ad1ffe1ed0c6351a09b01bc92a2ad258b8f19 (diff) | |
| parent | c966c3709e65b53580e66fe9d0cab1d4414b0472 (diff) | |
| download | vcpkg-e46dd1fd551a17a2900e09f52b8abd02a3758f4f.tar.gz vcpkg-e46dd1fd551a17a2900e09f52b8abd02a3758f4f.zip | |
Merge https://github.com/Microsoft/vcpkg
Diffstat (limited to 'ports/openexr/add-missing-export.patch')
| -rw-r--r-- | ports/openexr/add-missing-export.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/openexr/add-missing-export.patch b/ports/openexr/add-missing-export.patch new file mode 100644 index 000000000..c78842d18 --- /dev/null +++ b/ports/openexr/add-missing-export.patch @@ -0,0 +1,13 @@ +diff --git a/IlmImf/ImfHeader.h b/IlmImf/ImfHeader.h +index 756a62e..dd71e0e 100644 +--- a/IlmImf/ImfHeader.h ++++ b/IlmImf/ImfHeader.h +@@ -493,7 +493,7 @@ class Header::ConstIterator + // + //------------------------------------------------------------------------ + +-void staticInitialize (); ++IMF_EXPORT void staticInitialize (); + + + //----------------- |
