pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/xz Software needs at least gcc 3.4 to compil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/786f8e4b20a2
branches: trunk
changeset: 568458:786f8e4b20a2
user: heinz <heinz%pkgsrc.org@localhost>
date: Sun Dec 13 23:48:15 2009 +0000
description:
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:
archivers/xz/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 42c36b376a9a -r 786f8e4b20a2 archivers/xz/Makefile
--- a/archivers/xz/Makefile Sun Dec 13 23:27:37 2009 +0000
+++ b/archivers/xz/Makefile Sun Dec 13 23:48:15 2009 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index