diff options
| author | Arkady Shapkin <arkady.shapkin@gmail.com> | 2018-05-16 17:26:45 +0300 |
|---|---|---|
| committer | Arkady Shapkin <arkady.shapkin@gmail.com> | 2018-05-16 17:26:45 +0300 |
| commit | f35ff4c8bc0fbe52a3c5c78f74f7c33e550b12e1 (patch) | |
| tree | f50b8a573f19081e8b4c32587532555e2a7c005a /ports/openexr/fix-static-linking.patch | |
| parent | 8bb28d0de4903075643a1683cad3c4e5ad89920a (diff) | |
| download | vcpkg-f35ff4c8bc0fbe52a3c5c78f74f7c33e550b12e1.tar.gz vcpkg-f35ff4c8bc0fbe52a3c5c78f74f7c33e550b12e1.zip | |
[openexr] Fix linux build
Diffstat (limited to 'ports/openexr/fix-static-linking.patch')
| -rw-r--r-- | ports/openexr/fix-static-linking.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ports/openexr/fix-static-linking.patch b/ports/openexr/fix-static-linking.patch new file mode 100644 index 000000000..af2f067f1 --- /dev/null +++ b/ports/openexr/fix-static-linking.patch @@ -0,0 +1,14 @@ +diff --git a/IlmImf/CMakeLists.txt b/IlmImf/CMakeLists.txt +index 18d90edc..21bbaa27 100644 +--- a/IlmImf/CMakeLists.txt ++++ b/IlmImf/CMakeLists.txt +@@ -25,8 +25,8 @@ ADD_EXECUTABLE ( dwaLookups + + TARGET_LINK_LIBRARIES ( dwaLookups + Half +- Iex${ILMBASE_LIBSUFFIX} + IlmThread${ILMBASE_LIBSUFFIX} ++ Iex${ILMBASE_LIBSUFFIX} + ${PTHREAD_LIB} + ) + |
