summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2015-03-05 13:07:09 (GMT)
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2015-03-05 13:07:09 (GMT)
commit8bfd4e44267b9ba3696f69bcc72bbf89b0d198b9 (patch)
tree4a7e83f7978ff9dde3349fc0ad85743f3937fdb1 /src
parent37ecd633f6abb4f51bc0adef3432bc355e7d509d (diff)
downloadmxe-8bfd4e44267b9ba3696f69bcc72bbf89b0d198b9.zip
mxe-8bfd4e44267b9ba3696f69bcc72bbf89b0d198b9.tar.gz
mxe-8bfd4e44267b9ba3696f69bcc72bbf89b0d198b9.tar.bz2
rubberband: patch missing pkg-config deps
Diffstat (limited to 'src')
-rw-r--r--src/rubberband-1-pc-deps.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/rubberband-1-pc-deps.patch b/src/rubberband-1-pc-deps.patch
new file mode 100644
index 0000000..395e14e
--- /dev/null
+++ b/src/rubberband-1-pc-deps.patch
@@ -0,0 +1,28 @@
+This file is part of MXE.
+See index.html for further information.
+
+This patch has been taken from:
+https://bitbucket.org/breakfastquay/rubberband/issue/15/rubberbandpcin-missing-lstdc-lfftw3
+
+# HG changeset patch
+# User Avi Halachmi <avihpit@yahoo.com>
+# Date 1425560463 -7200
+# Thu Mar 05 15:01:03 2015 +0200
+# Node ID ca54364d1ad5e990a44f30ab5f653c407bf69ed5
+# Parent c4b75fd8211614ff8376d7410f58c4b4dc87bd11
+pkg-config: add missing deps for MXE
+
+diff --git a/rubberband.pc.in b/rubberband.pc.in
+--- a/rubberband.pc.in
++++ b/rubberband.pc.in
+@@ -2,9 +2,10 @@ prefix=%PREFIX%
+ exec_prefix=${prefix}
+ libdir=${exec_prefix}/lib
+ includedir=${prefix}/include
+
+ Name: rubberband
+ Version: 1.8.1
+ Description:
+ Libs: -L${libdir} -lrubberband
++Libs.private: -lstdc++ -lfftw3 -lsamplerate
+ Cflags: -I${includedir}