aboutsummaryrefslogtreecommitdiffstats
path: root/audio
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
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')
-rw-r--r--audio/speex/Makefile1
-rw-r--r--audio/speex/files/patch-speex.pc.in8
2 files changed, 9 insertions, 0 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 7cb2596f4b87..992a80b4e868 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -7,6 +7,7 @@
PORTNAME= speex
DISTVERSION= 1.2beta1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
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