diff options
author | abs <abs@pkgsrc.org> | 2012-10-08 14:07:18 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-10-08 14:07:18 +0000 |
commit | 1db2e240187a825aa3457bf400919e013bbce53c (patch) | |
tree | d7aae051e4be8f1a38cb0f96ffd441752772e121 /archivers/xz | |
parent | ffb18613877c1dbcecd3e5d374a5e21af9f13acb (diff) | |
download | pkgsrc-1db2e240187a825aa3457bf400919e013bbce53c.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/xz')
-rw-r--r-- | archivers/xz/Makefile | 4 |
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]* |