pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libmp4v2 Don't override user-provided GCC_R...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0491c82806b
branches:  trunk
changeset: 361777:a0491c82806b
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 26 14:04:08 2017 +0000

description:
Don't override user-provided GCC_REQD.

diffstat:

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

diffs (18 lines):

diff -r c4627534f55c -r a0491c82806b multimedia/libmp4v2/Makefile
--- a/multimedia/libmp4v2/Makefile      Wed Apr 26 13:59:00 2017 +0000
+++ b/multimedia/libmp4v2/Makefile      Wed Apr 26 14:04:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/04/21 14:48:41 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/04/26 14:04:08 maya Exp $
 
 DISTNAME=              mpeg4ip-1.6.1
 PKGNAME=               libmp4v2-1.6.1
@@ -20,7 +20,7 @@
 # the "bootstrap" script checks too much, and isn't useful anyway
 #CONFIGURE_SCRIPT=     bootstrap
 
-GCC_REQD=              5.4
+GCC_REQD+=             5.4
 
 # libmp4v2 has config.{guess,sub} also in common/video/iso-mpeg4
 # (unused by libmp4v2 build)



Home | Main Index | Thread Index | Old Index