summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-02 22:28:52 +0000
committerdanw <danw@pkgsrc.org>2004-05-02 22:28:52 +0000
commit81d6caf4784d11a9f8699f4d6b600cbe3087b8c0 (patch)
tree1cf57ef7af40bcf20fd12e14017811ff22252ee2 /archivers
parent7ef1f9c81fc55274156647f6b9441674ca76ca7d (diff)
downloadpkgsrc-81d6caf4784d11a9f8699f4d6b600cbe3087b8c0.tar.gz
pass --disable-builddir to the configure script because the builddir
support is useless in pkgsrc anyway, and it breaks the build on several platforms because of confusion over what the build dir is to be called. (possibly because of CONFIG_SUB_OVERRIDE?)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zziplib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/zziplib/Makefile b/archivers/zziplib/Makefile
index 707a4052e55..6ff91e7b61e 100644
--- a/archivers/zziplib/Makefile
+++ b/archivers/zziplib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/03/11 06:45:55 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/02 22:28:52 danw Exp $
#
DISTNAME= zziplib-0.10.82
@@ -14,6 +14,7 @@ USE_BUILDLINK3= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-zlib=${BUILDLINK_PREFIX.zlib}
+CONFIGURE_ARGS+= --disable-builddir
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"