summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-14 16:35:33 +0000
committerjlam <jlam@pkgsrc.org>2004-02-14 16:35:33 +0000
commitbaff209b439028bf404289108316258ea3315192 (patch)
treed85f9c14f716c12d52a31d4577893f08c26e1ce9 /devel
parentaf2abc34d0c3c597990f6607fbeb29171d845a0f (diff)
downloadpkgsrc-baff209b439028bf404289108316258ea3315192.tar.gz
libtool-base actually uses config.status during the build to generate
its files.
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool-base/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index f9c96114316..9b32b37fcd8 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/02/13 00:46:00 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2004/02/14 16:35:33 jlam Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
@@ -24,6 +24,8 @@ TEST_TARGET= check
DEPENDS+= c++rt0>=1.0:../../sysutils/c++rt0
.endif
+CONFIG_STATUS_OVERRIDE= # libtool actually uses config.status during the build
+
.if ${OPSYS} == "NetBSD"
. if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)
CONFIGURE_ARGS= --disable-shared