pkgsrc/archivers/xz/Makefile
heinz 78b66daee1 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.
2009-12-13 23:48:15 +00:00

31 lines
705 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/12/13 23:48:15 heinz Exp $
#
DISTNAME= xz-4.999.9beta
CATEGORIES= archivers
MASTER_SITES= http://tukaani.org/xz/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tukaani.org/xz/
COMMENT= XZ utilities
LICENSE= public-domain AND gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
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)
CONFIGURE_ARGS+= --disable-assembler
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"