summaryrefslogtreecommitdiff
path: root/archivers
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 /archivers
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 'archivers')
-rw-r--r--archivers/xz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile
index 82fba39a65d..4c0a110b882 100644
--- a/archivers/xz/Makefile
+++ b/archivers/xz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/07/04 23:30:47 adam Exp $
+# $NetBSD: Makefile,v 1.17 2014/02/19 09:44:56 jperkin Exp $
DISTNAME= xz-5.0.5
CATEGORIES= archivers
@@ -14,7 +14,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= src/liblzma/liblzma.pc.in
-GCC_REQD= 3.0
+GCC_REQD+= 3.0
CONFLICTS= lzma-[0-9]* lzma-utils-[0-9]* lzmalib-[0-9]*