diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-25 21:46:33 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-25 21:46:33 +0000 |
commit | 932c320eac32f59ad2dc105f310ed84c734bbb3b (patch) | |
tree | a88c7a3a8a053e0da8a3ecd86f10fb01aea823bf /audio | |
parent | 0805021a070ba8acb785977597ab1dd6e9cce4f2 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/Makefile | 1 | ||||
-rw-r--r-- | audio/speex/files/patch-speex.pc.in | 8 |
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 |