summaryrefslogtreecommitdiff
path: root/lang/f2c/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2008-04-30 21:38:15 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2008-04-30 21:38:15 +0000
commit2454a41eaa3fce173761870d4e986bc644da1b1d (patch)
tree243e37c2f4eebe0d6b91022f8d83963d0cd88c7d /lang/f2c/Makefile
parentf92d054b950579c60351cd0ee785c733083dff24 (diff)
downloadpkgsrc-2454a41eaa3fce173761870d4e986bc644da1b1d.tar.gz
When calling 'cc -c' use a stripped down version of CFLAGS that
removes all -Wl,* entries. Otherwise some versions of gcc will give a warning which in turn breaks the autoconf check for fortran libraries. This fixes at least cad/tnt-mmtl and probably any other package that uses the AC_F77_LIBRARY_LDFLAGS autoconf macro. Bump rev to f2c-20001205nb10.
Diffstat (limited to 'lang/f2c/Makefile')
-rw-r--r--lang/f2c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile
index 44c5990dd79..edfeeeb8ad7 100644
--- a/lang/f2c/Makefile
+++ b/lang/f2c/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2007/12/16 15:47:55 gdt Exp $
+# $NetBSD: Makefile,v 1.44 2008/04/30 21:38:15 dmcmahill Exp $
DISTNAME= f2c-20001205
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_LOCAL}