From bb798d064ce618b65b43fbe6f776147207a84f4a Mon Sep 17 00:00:00 2001
From: heinz <heinz@pkgsrc.org>
Date: Sun, 13 Dec 2009 23:48:15 +0000
Subject: Software needs at least gcc 3.4 to compile and link. With gcc 3.3.3
 (from NetBSD/i386 3.1) there are problems with undefined references to
 LZMA_CRC32_TABLE and LZMA_CRC64_TABLE in crc32.S and crc64_x86.S.

---
 archivers/xz/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'archivers')

diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile
index 6f1843e2687..c43c003ead1 100644
--- a/archivers/xz/Makefile
+++ b/archivers/xz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/09/18 13:18:54 sketch Exp $
+# $NetBSD: Makefile,v 1.5 2009/12/13 23:48:15 heinz Exp $
 #
 
 DISTNAME=	xz-4.999.9beta
@@ -16,6 +16,8 @@ GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
 PKGCONFIG_OVERRIDE=	src/liblzma/liblzma.pc.in
 
+GCC_REQD=		3.4
+
 CONFLICTS=	lzma-[0-9]* lzma-utils-[0-9]* lzmalib-[0-9]*
 
 .include "../../mk/compiler.mk"
-- 
cgit v1.2.3