summaryrefslogtreecommitdiff
path: root/lang/f2c/patches/patch-aa
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>1999-12-16 00:58:27 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>1999-12-16 00:58:27 +0000
commit5648c376534051ceb282b6227f676307d87e5e13 (patch)
treece41e61bd8071372d6c13ad1e2688f66b9585cef /lang/f2c/patches/patch-aa
parent965940b10db8232cd165ca18c3326fa7b56df412 (diff)
downloadpkgsrc-5648c376534051ceb282b6227f676307d87e5e13.tar.gz
-Update to f2c-19991025. This newer version contains several bug fixes
including (from f2c/changes) = permit long names in #line lines = minor tweaks to make some (C++) compilers happier = some casts for systems with 64-bit longs. = some fixes to format strings -Add a -v (verbose) option to the f2c-f77 script. This is (unfortunately) used by some GNU configure scripts (octave for example) for examining the fortran compiler behaviour.
Diffstat (limited to 'lang/f2c/patches/patch-aa')
-rw-r--r--lang/f2c/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/f2c/patches/patch-aa b/lang/f2c/patches/patch-aa
index ef62e7f8c02..b81390d4fee 100644
--- a/lang/f2c/patches/patch-aa
+++ b/lang/f2c/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 1998/08/25 15:22:47 tv Exp $
+$NetBSD: patch-aa,v 1.6 1999/12/16 00:58:27 dmcmahill Exp $
Add a top level Makefile
@@ -17,12 +17,12 @@ Add a top level Makefile
+
+libF77.a:
+ #Making all in 'libF77'
-+ cd libF77; make check; make all
++ cd libF77; make all
+ cp libF77/libF77.a libF77.a
+
+libI77.a:
+ #Making all in 'libI77'
-+ cd libI77; make check; make libI77.a
++ cd libI77; make libI77.a
+ cp libI77/libI77.a libI77.a
+
+libf2c.a: libI77.a libF77.a
@@ -55,4 +55,4 @@ Add a top level Makefile
+ ${BSD_INSTALL_MAN} ./f2c.0 ${PREFIX}/man/cat1
+
+f2c-f77: fc
-+ sed 's!PREFIX!${PREFIX}!g' fc > f2c-f77
++ sed 's!@PREFIX@!${PREFIX}!g' fc > f2c-f77