From 1db2e240187a825aa3457bf400919e013bbce53c Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 8 Oct 2012 14:07:18 +0000 Subject: GCC_REQD is 3.0 not 3.4, removing the pain for NetBSD-2.1 and other 3.0<=gcc<3.4 platforms --- archivers/xz/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') 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]* -- cgit v1.2.3