diff options
author | joerg <joerg@pkgsrc.org> | 2007-11-30 21:54:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-11-30 21:54:06 +0000 |
commit | d9124f9244f2c6b9fe8b61dafff9dcc82b7a57b6 (patch) | |
tree | e8b6289f99af9a1cd3729a53ef55ed0e01b5c807 /archivers | |
parent | c46f93e187de5b87f744df331f590e9eb1f57961 (diff) | |
download | pkgsrc-d9124f9244f2c6b9fe8b61dafff9dcc82b7a57b6.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/Makefile | 5 |
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 |