pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/archivers/xz



Tobias Nygren wrote:

> Can you configure with --disable-assembler instead?

This avoids the problem. With the appended changes in the Makefile the
test suite for xz runs successfully on NetBSD/i386 3.1.

ciao
     Klaus
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/archivers/xz/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    13 Dec 2009 23:48:15 -0000      1.5
+++ Makefile    14 Dec 2009 23:23:32 -0000
@@ -16,13 +16,11 @@ 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"
 
-.if !empty(PKGSRC_COMPILER:Msunpro)
+.if !empty(PKGSRC_COMPILER:Msunpro) || (!empty(OPSYS:MNetBSD) && 
!empty(CC_VERSION:Mgcc-3.[0123].*))
 CONFIGURE_ARGS+=       --disable-assembler
 .endif
 


Home | Main Index | Thread Index | Old Index