pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/bsdtar Remove explicit set of USE_BUILTIN.bz...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8ef08e6a111
branches:  trunk
changeset: 535989:e8ef08e6a111
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 30 21:54:06 2007 +0000

description:
Remove explicit set of USE_BUILTIN.bzip2 and .zlib, it breaks the build
on amd64.

diffstat:

 archivers/bsdtar/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 3af15c2301a1 -r e8ef08e6a111 archivers/bsdtar/Makefile
--- a/archivers/bsdtar/Makefile Fri Nov 30 21:53:46 2007 +0000
+++ b/archivers/bsdtar/Makefile Fri Nov 30 21:54:06 2007 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index