diff options
author | tv <tv@pkgsrc.org> | 2005-01-19 16:33:55 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-19 16:33:55 +0000 |
commit | 207151e5cf1105d9d998f5f489fff81259764975 (patch) | |
tree | 6e8c1e945932f26b4da7e9b2ffd47fa118eb8fa5 /devel/libtool-base/Makefile | |
parent | ad456ebc2b4f5ce2651cff74b84300e5b3f2508e (diff) | |
download | pkgsrc-207151e5cf1105d9d998f5f489fff81259764975.tar.gz |
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 (limited to 'devel/libtool-base/Makefile')
-rw-r--r-- | devel/libtool-base/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index c3b21ca3918..4317814b22a 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -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 @@ 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. # |