summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanw <danw>2004-05-02 22:28:52 +0000
committerdanw <danw>2004-05-02 22:28:52 +0000
commit7d865121600a76839bd008cbed11e05934a4b8a9 (patch)
tree1cf57ef7af40bcf20fd12e14017811ff22252ee2
parent65510b72a482649f7afafe5588c2c869d14c25d6 (diff)
downloadpkgsrc-7d865121600a76839bd008cbed11e05934a4b8a9.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?)
-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"