aboutsummaryrefslogtreecommitdiff
path: root/ports/openexr/fix-static-linking.patch
diff options
context:
space:
mode:
authorArkady Shapkin <arkady.shapkin@gmail.com>2018-05-16 17:26:45 +0300
committerArkady Shapkin <arkady.shapkin@gmail.com>2018-05-16 17:26:45 +0300
commitf35ff4c8bc0fbe52a3c5c78f74f7c33e550b12e1 (patch)
treef50b8a573f19081e8b4c32587532555e2a7c005a /ports/openexr/fix-static-linking.patch
parent8bb28d0de4903075643a1683cad3c4e5ad89920a (diff)
downloadvcpkg-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.patch14
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}
+ )
+