summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjoerg <joerg>2007-11-30 21:54:06 +0000
committerjoerg <joerg>2007-11-30 21:54:06 +0000
commit35f07f7893bfaabb10993c1c1993ea8408dfb0e9 (patch)
treee8b6289f99af9a1cd3729a53ef55ed0e01b5c807 /archivers
parentaf34e46495f3fd228fdb5904ceca060bbf9f9593 (diff)
downloadpkgsrc-35f07f7893bfaabb10993c1c1993ea8408dfb0e9.tar.gz
Remove explicit set of USE_BUILTIN.bzip2 and .zlib, it breaks the build
on amd64.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bsdtar/Makefile5
1 files changed, 1 insertions, 4 deletions
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