summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv>2005-01-19 16:33:55 +0000
committertv <tv>2005-01-19 16:33:55 +0000
commit24dd13e01423219c851a089594acdd52329439ec (patch)
tree6e8c1e945932f26b4da7e9b2ffd47fa118eb8fa5 /devel/libtool-base
parent4b1f6d54ba4aa8d3f5ac9d9aefee1ef5f9957f8c (diff)
downloadpkgsrc-24dd13e01423219c851a089594acdd52329439ec.tar.gz
Since some platforms (notably IRIX) don't like the autoconf cache, don't
try forcing it on; rather, go back to autoconf's default of no cache file.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index c3b21ca3918..4317814b22a 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2005/01/19 16:11:26 jschauma Exp $
+# $NetBSD: Makefile,v 1.55 2005/01/19 16:33:56 tv Exp $
#
.include "../../devel/libtool/Makefile.common"
@@ -30,11 +30,6 @@ BUILD_SHLIBTOOL= NO
CONFIGURE_ARGS+= --disable-ltdl-install
BUILD_SHLIBTOOL?= YES
-.if ${OPSYS} == "IRIX"
-# configure bails out in subdir after re-parsing the cache
-CONFIGURE_ARGS+= --cache-file=/dev/null
-.endif
-
# We are going to want libtool to find the same versions of the C, C++,
# and Fortran compilers.
#