pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Since some platforms (notably IRIX) don't like t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/64673c0dfd80
branches: trunk
changeset: 487752:64673c0dfd80
user: tv <tv%pkgsrc.org@localhost>
date: Wed Jan 19 16:33:55 2005 +0000
description:
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:
devel/libtool-base/Makefile | 7 +------
devel/libtool/Makefile.common | 4 +---
2 files changed, 2 insertions(+), 9 deletions(-)
diffs (39 lines):
diff -r 5b4087f075e7 -r 64673c0dfd80 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile Wed Jan 19 16:28:37 2005 +0000
+++ b/devel/libtool-base/Makefile Wed Jan 19 16:33:55 2005 +0000
@@ -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 @@
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 -r 5b4087f075e7 -r 64673c0dfd80 devel/libtool/Makefile.common
--- a/devel/libtool/Makefile.common Wed Jan 19 16:28:37 2005 +0000
+++ b/devel/libtool/Makefile.common Wed Jan 19 16:33:55 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index