diff options
author | danw <danw@pkgsrc.org> | 2004-05-02 22:28:52 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-02 22:28:52 +0000 |
commit | 302942d548823da7de130b64ff29a8eb99b4b34b (patch) | |
tree | 1cf57ef7af40bcf20fd12e14017811ff22252ee2 /archivers | |
parent | 9df166da01b72de4c8e040c627db37bbefc92880 (diff) | |
download | pkgsrc-302942d548823da7de130b64ff29a8eb99b4b34b.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/Makefile | 3 |
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" |