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
commit93707547356f018ea14f6e2777dec343d949327d (patch)
tree6e8c1e945932f26b4da7e9b2ffd47fa118eb8fa5 /devel/libtool-base
parent3f9ce3eaf51c373bde6aa88e34ce0003971dab3b (diff)
downloadpkgsrc-93707547356f018ea14f6e2777dec343d949327d.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.
#