pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libtool-base libtool-base doesn't use a cache fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bb6bf57fef2
branches:  trunk
changeset: 496814:7bb6bf57fef2
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Jul 13 15:58:44 2005 +0000

description:
libtool-base doesn't use a cache file at all as it is.

diffstat:

 devel/libtool-base/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 63288fa53e95 -r 7bb6bf57fef2 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Wed Jul 13 15:34:01 2005 +0000
+++ b/devel/libtool-base/Makefile       Wed Jul 13 15:58:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2005/07/13 15:28:49 jschauma Exp $
+# $NetBSD: Makefile,v 1.71 2005/07/13 15:58:44 tv Exp $
 
 ###########################################################################
 ###########################################################################
@@ -54,9 +54,7 @@
 CONFIGURE_ARGS+=       --disable-shared
 BUILD_SHLIBTOOL=       NO
 .  endif
-.elif ${OPSYS} == "IRIX"
-# configure bails out in subdir after re-parsing the cache
-CONFIGURE_ARGS+=       --cache-file=/dev/null
+
 .endif
 
 CONFIGURE_ARGS+=       --disable-ltdl-install



Home | Main Index | Thread Index | Old Index