summaryrefslogtreecommitdiff
path: root/archivers/xz
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-02-19 09:44:56 +0000
committerjperkin <jperkin>2014-02-19 09:44:56 +0000
commitb8f9dc268eb36c8c8c8aacaefbb1cca070065ddb (patch)
treef9bf03ff3753cfbbdd953edaa7872f72cc4a070e /archivers/xz
parentf38f3b85209ec5232ae031bfbb30297419917459 (diff)
downloadpkgsrc-b8f9dc268eb36c8c8c8aacaefbb1cca070065ddb.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/xz')
-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]*