summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-12-26 02:38:08 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-12-26 02:38:08 (GMT)
commit7b64d4d0f32204b9c8c9ca09fb834beffa61f5ee (patch)
tree6007c36a5a65647a188654f8fec66c85b79e98b2
parent9b087a75a64fc682c43cc4db6fc11082098d5f35 (diff)
downloadmxe-7b64d4d0f32204b9c8c9ca09fb834beffa61f5ee.zip
mxe-7b64d4d0f32204b9c8c9ca09fb834beffa61f5ee.tar.gz
mxe-7b64d4d0f32204b9c8c9ca09fb834beffa61f5ee.tar.bz2
package exiv2: link to libpsapi
-rw-r--r--src/exiv2-1-lpsapi.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/exiv2-1-lpsapi.patch b/src/exiv2-1-lpsapi.patch
new file mode 100644
index 0000000..7048ef9
--- /dev/null
+++ b/src/exiv2-1-lpsapi.patch
@@ -0,0 +1,13 @@
+# This file is part of MXE.
+# See index.html for further information.
+
+diff -ur a/config/exiv2.pc.in b/config/exiv2.pc.in
+--- a/config/exiv2.pc.in 2011-07-29 14:11:16.000000000 +0200
++++ b/config/exiv2.pc.in 2013-12-07 07:45:22.094144853 +0100
+@@ -7,5 +7,5 @@
+ Description: Image metadata library and tools
+ Version: @PACKAGE_VERSION@
+ Libs: -L${libdir} -lexiv2 @EXV_LIB_STATIC@
+-Libs.private: @EXPAT_LDFLAGS@ @LTLIBINTL@ @LTLIBICONV@ @LIBS@ @EXPAT_LIBS@
++Libs.private: @EXPAT_LDFLAGS@ @LTLIBINTL@ @LTLIBICONV@ @LIBS@ @EXPAT_LIBS@ -lpsapi
+ Cflags: -I${includedir}