diff options
Diffstat (limited to 'devel/libtool-base/Makefile')
-rw-r--r-- | devel/libtool-base/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 0a5de1172fb..c3b21ca3918 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -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 @@ 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. # |