pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/speex Prevent override PKGCONFIG_OVERRIDE and ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ced711dcd479
branches:  trunk
changeset: 398663:ced711dcd479
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Sep 06 08:15:04 2009 +0000

description:
Prevent override PKGCONFIG_OVERRIDE and make to override linker flag
in speex.pc again.

Bump PKGREVISION.

diffstat:

 audio/speex/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 7dd06c01633d -r ced711dcd479 audio/speex/Makefile
--- a/audio/speex/Makefile      Sun Sep 06 05:15:22 2009 +0000
+++ b/audio/speex/Makefile      Sun Sep 06 08:15:04 2009 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index