pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libmpeg2 CONFIGURE_ARGS should be appended ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83727c9b9a08
branches:  trunk
changeset: 496986:83727c9b9a08
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Jul 18 07:26:02 2005 +0000

description:
CONFIGURE_ARGS should be appended to, ie. +=

diffstat:

 multimedia/libmpeg2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cec1b4ab68f0 -r 83727c9b9a08 multimedia/libmpeg2/Makefile
--- a/multimedia/libmpeg2/Makefile      Mon Jul 18 07:25:33 2005 +0000
+++ b/multimedia/libmpeg2/Makefile      Mon Jul 18 07:26:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:21 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/07/18 07:26:02 grant Exp $
 
 DISTNAME=      mpeg2dec-0.4.0b
 PKGNAME=       libmpeg2-0.4.0b
@@ -22,7 +22,7 @@
 PKGCONFIG_OVERRIDE+=    libmpeg2/convert/libmpeg2convert.pc.in
 PKGCONFIG_OVERRIDE+=    libmpeg2/libmpeg2.pc.in
 
-CONFIGURE_ARGS=        --enable-shared
+CONFIGURE_ARGS+=       --enable-shared
 
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index