summaryrefslogtreecommitdiff
path: root/devel
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
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')
-rw-r--r--devel/libtool-base/Makefile7
-rw-r--r--devel/libtool/Makefile.common4
2 files changed, 2 insertions, 9 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.
#
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common
index f63a3a0cfcf..5a6bdc7f393 100644
--- a/devel/libtool/Makefile.common
+++ b/devel/libtool/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.58 2004/11/29 03:15:35 tv Exp $
+# $NetBSD: Makefile.common,v 1.59 2005/01/19 16:33:55 tv Exp $
#
DISTNAME= libtool-1.5.10
@@ -21,8 +21,6 @@ PATCHDIR= ${.CURDIR}/../libtool/patches
AUTOMAKE_OVERRIDE= NO
-CONFIGURE_ARGS+= -C # autoconf cache speedup
-
.include "../../mk/bsd.prefs.mk"
# The configure script persists in trying to find the path to ld, which