summaryrefslogtreecommitdiff
path: root/lang/f2c/patches/patch-ab
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-07-21 16:40:45 +0000
committeragc <agc@pkgsrc.org>1998-07-21 16:40:45 +0000
commit0f858ec188f690468f0f2b0388a13c95ab680fa2 (patch)
treee36b4aae762424d5d005b3d88831d92f768c6d25 /lang/f2c/patches/patch-ab
parent4b5770a30a6ae0df04a9f3eb8f3e851afe8be886 (diff)
downloadpkgsrc-0f858ec188f690468f0f2b0388a13c95ab680fa2.tar.gz
Addition of f2c, the Fortran to C translator/compiler, to the NetBSD
packages collection. This is based on the 1998/05/16 version of f2c, and was submitted by Dan McMahill in PR pkg/5735. I modified some patches to contain the correct pathnames.
Diffstat (limited to 'lang/f2c/patches/patch-ab')
-rw-r--r--lang/f2c/patches/patch-ab9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/f2c/patches/patch-ab b/lang/f2c/patches/patch-ab
new file mode 100644
index 00000000000..d36ec628c78
--- /dev/null
+++ b/lang/f2c/patches/patch-ab
@@ -0,0 +1,9 @@
+--- src/makefile.orig Wed Feb 25 08:18:04 1998
++++ src/makefile Sun Jul 19 23:14:03 1998
+@@ -3,5 +3,5 @@
+ .SUFFIXES: .c .o
+ CC = cc
+-CFLAGS = -O
++CFLAGS = -O2
+ SHELL = /bin/sh
+ YACC = yacc