From 7d865121600a76839bd008cbed11e05934a4b8a9 Mon Sep 17 00:00:00 2001 From: danw Date: Sun, 2 May 2004 22:28:52 +0000 Subject: 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?) --- archivers/zziplib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3