pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool-base Under IRIX, configure creates a cor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37a0f96a642e
branches:  trunk
changeset: 487747:37a0f96a642e
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed Jan 19 16:11:26 2005 +0000

description:
Under IRIX, configure creates a corrupted cache file, so re-parsing that
file fails in the subdir.  Hence, set --cache-file=/dev/null for IRIX.

diffstat:

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

diffs (21 lines):

diff -r 46887daf3fc1 -r 37a0f96a642e devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Wed Jan 19 16:09:23 2005 +0000
+++ b/devel/libtool-base/Makefile       Wed Jan 19 16:11:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2005/01/01 20:53:19 tv Exp $
+# $NetBSD: Makefile,v 1.54 2005/01/19 16:11:26 jschauma Exp $
 #
 
 .include "../../devel/libtool/Makefile.common"
@@ -30,6 +30,11 @@
 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.
 #



Home | Main Index | Thread Index | Old Index