summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorheinz <heinz>2009-12-13 23:48:15 +0000
committerheinz <heinz>2009-12-13 23:48:15 +0000
commitbf20a47dc999a67503c99dddffc8911538afb77d (patch)
tree5f5797c58ad671ebfc74f27f9f0e53e1a3453c63 /archivers
parent4d59f262b637d270e5137925bece79353a4496f8 (diff)
downloadpkgsrc-bf20a47dc999a67503c99dddffc8911538afb77d.tar.gz
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.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/xz/Makefile4
1 files changed, 3 insertions, 1 deletions
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"