pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtool-base On IRIX, don't use a cache-file, si...
details: https://anonhg.NetBSD.org/pkgsrc/rev/96d621b0f9e5
branches: trunk
changeset: 496809:96d621b0f9e5
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Wed Jul 13 15:28:49 2005 +0000
description:
On IRIX, don't use a cache-file, since configure bails out after
trying to reparse the cache. Ugh.
diffstat:
devel/libtool-base/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r cd3085e892be -r 96d621b0f9e5 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile Wed Jul 13 15:21:57 2005 +0000
+++ b/devel/libtool-base/Makefile Wed Jul 13 15:28:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2005/07/03 19:01:51 tv Exp $
+# $NetBSD: Makefile,v 1.70 2005/07/13 15:28:49 jschauma Exp $
###########################################################################
###########################################################################
@@ -54,7 +54,9 @@
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