pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/xz GCC_REQD is 3.0 not 3.4, removing the pai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f18d9266689
branches:  trunk
changeset: 609688:2f18d9266689
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Oct 08 14:07:18 2012 +0000

description:
GCC_REQD is 3.0 not 3.4, removing the pain for NetBSD-2.1 and other 3.0<=gcc<3.4 platforms

diffstat:

 archivers/xz/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 47eb6113c1a4 -r 2f18d9266689 archivers/xz/Makefile
--- a/archivers/xz/Makefile     Mon Oct 08 14:01:04 2012 +0000
+++ b/archivers/xz/Makefile     Mon Oct 08 14:07:18 2012 +0000
@@ -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 @@
 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]*
 



Home | Main Index | Thread Index | Old Index