diff options
author | mezz <mezz@FreeBSD.org> | 2007-02-26 05:46:33 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-02-26 05:46:33 +0800 |
commit | be1cc127c35a7ded212f320c356854fd39c5bbdd (patch) | |
tree | a5bf8a4687fb0afe18d4c5885d668838d5a601b3 /audio/speex/Makefile | |
parent | b22635c3484abbdaa05c41512beb871b161b0b4e (diff) | |
download | freebsd-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/Makefile')
-rw-r--r-- | audio/speex/Makefile | 1 |
1 files changed, 1 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/ |