pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/zziplib pass --disable-builddir to the confi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db701ad7ce87
branches:  trunk
changeset: 474607:db701ad7ce87
user:      danw <danw%pkgsrc.org@localhost>
date:      Sun May 02 22:28:52 2004 +0000

description:
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:

 archivers/zziplib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1f53b9ca9eaf -r db701ad7ce87 archivers/zziplib/Makefile
--- a/archivers/zziplib/Makefile        Sun May 02 22:26:12 2004 +0000
+++ b/archivers/zziplib/Makefile        Sun May 02 22:28:52 2004 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index