summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-02-19 09:44:56 +0000
committerjperkin <jperkin@pkgsrc.org>2014-02-19 09:44:56 +0000
commit354a7d04939898f3c824c7a95cd99fe5f96081f8 (patch)
treef9bf03ff3753cfbbdd953edaa7872f72cc4a070e /multimedia
parent4068c311da9de010a2d03c0a6dd889081d53f514 (diff)
downloadpkgsrc-354a7d04939898f3c824c7a95cd99fe5f96081f8.tar.gz
GCC_REQD should be appended to, not set.
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD was forcing an older (and broken) one to be pulled regardless.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libvpx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index b5fa4d63068..32166dcd569 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2014/02/16 10:04:11 sno Exp $
+# $NetBSD: Makefile,v 1.40 2014/02/19 09:44:56 jperkin Exp $
DISTNAME= libvpx_1.3.0.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --disable-unit-tests
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
. if ${PKGSRC_COMPILER} == "gcc" && (${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS")
# PR pkg/48508: GCC 4.4 or later is required to compile ssse3 code on NetBSD & Solaris.
-GCC_REQD= 4.4
+GCC_REQD+= 4.4
. endif
BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm