diff options
author | obache <obache@pkgsrc.org> | 2009-09-06 08:15:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-09-06 08:15:04 +0000 |
commit | 01204797cbe24f49bb9d7a59c7d5d49c8d8de962 (patch) | |
tree | 4519392d981cb6dfa734d9b7da612eae4dcc2328 /audio | |
parent | 45a6ce0b085593d4c516ea3902fca1df22c60d89 (diff) | |
download | pkgsrc-01204797cbe24f49bb9d7a59c7d5d49c8d8de962.tar.gz |
Prevent override PKGCONFIG_OVERRIDE and make to override linker flag
in speex.pc again.
Bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 0adf7e64b6c..3e862481c66 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2008/11/08 21:06:46 bjs Exp $ +# $NetBSD: Makefile,v 1.28 2009/09/06 08:15:04 obache Exp $ # DISTNAME= speex-1.2rc1 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ @@ -14,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= YES GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE= speex.pc.in -PKGCONFIG_OVERRIDE= speexdsp.pc.in +PKGCONFIG_OVERRIDE+= speexdsp.pc.in USE_TOOLS+= pkg-config # previous versions of the package were called Speex |