From 35f07f7893bfaabb10993c1c1993ea8408dfb0e9 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 30 Nov 2007 21:54:06 +0000 Subject: Remove explicit set of USE_BUILTIN.bzip2 and .zlib, it breaks the build on amd64. --- archivers/bsdtar/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'archivers') diff --git a/archivers/bsdtar/Makefile b/archivers/bsdtar/Makefile index cf61ec24879..ce3ef540742 100644 --- a/archivers/bsdtar/Makefile +++ b/archivers/bsdtar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/11/30 21:32:27 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/11/30 21:54:06 joerg Exp $ # DISTNAME= bsdtar-2.4.0 @@ -23,9 +23,6 @@ GNU_CONFIGURE= yes .include "../../archivers/bzip2/builtin.mk" .include "../../devel/zlib/builtin.mk" -USE_BUILTIN.bzip2=no -USE_BUILTIN.zlib=no - .if empty(USE_BUILTIN.bzip2:M[yY][eE][sS]) CPPFLAGS+= -I${WRKDIR}/bzip2 LDFLAGS+= -L${WRKDIR}/bzip2 -- cgit v1.2.3