summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorabs <abs>2012-10-08 14:07:18 +0000
committerabs <abs>2012-10-08 14:07:18 +0000
commit1653df888ce19266d53581431b44bdfe83fd19af (patch)
treed7aae051e4be8f1a38cb0f96ffd441752772e121 /archivers
parent44f6e7e52593243095ee3a418bc65c643690e630 (diff)
downloadpkgsrc-1653df888ce19266d53581431b44bdfe83fd19af.tar.gz
GCC_REQD is 3.0 not 3.4, removing the pain for NetBSD-2.1 and other 3.0<=gcc<3.4 platforms
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 4a325fed959..f7681d6cc37 100644
--- a/archivers/xz/Makefile
+++ b/archivers/xz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/09/11 19:47:03 asau Exp $
+# $NetBSD: Makefile,v 1.15 2012/10/08 14:07:18 abs Exp $
DISTNAME= xz-5.0.4
CATEGORIES= archivers
@@ -14,7 +14,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= src/liblzma/liblzma.pc.in
-GCC_REQD= 3.4
+GCC_REQD= 3.0
CONFLICTS= lzma-[0-9]* lzma-utils-[0-9]* lzmalib-[0-9]*