aboutsummaryrefslogtreecommitdiffstats
path: root/audio/speex/files
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-02-26 05:46:33 +0800
committermezz <mezz@FreeBSD.org>2007-02-26 05:46:33 +0800
commitbe1cc127c35a7ded212f320c356854fd39c5bbdd (patch)
treea5bf8a4687fb0afe18d4c5885d668838d5a601b3 /audio/speex/files
parentb22635c3484abbdaa05c41512beb871b161b0b4e (diff)
downloadfreebsd-ports-gnome-be1cc127c35a7ded212f320c356854fd39c5bbdd.tar.gz
freebsd-ports-gnome-be1cc127c35a7ded212f320c356854fd39c5bbdd.tar.zst
freebsd-ports-gnome-be1cc127c35a7ded212f320c356854fd39c5bbdd.zip
Hack in speex.pc to add -I/usr/local/include/speex to make it more backwards
compatibility. It should avoid for us to create more hacks in other ports. Discussed with: ahze
Diffstat (limited to 'audio/speex/files')
-rw-r--r--audio/speex/files/patch-speex.pc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/speex/files/patch-speex.pc.in b/audio/speex/files/patch-speex.pc.in
new file mode 100644
index 000000000000..49997492a751
--- /dev/null
+++ b/audio/speex/files/patch-speex.pc.in
@@ -0,0 +1,8 @@
+--- speex.pc.in.orig Sun Feb 25 15:42:09 2007
++++ speex.pc.in Sun Feb 25 15:43:14 2007
+@@ -11,4 +11,4 @@
+ Requires:
+ Conflicts:
+ Libs: -L${libdir} -lspeex
+-Cflags: -I${includedir}
++Cflags: -I${includedir} -I${includedir}/speex