summaryrefslogtreecommitdiff
path: root/lang/fort77/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf>1999-01-14 15:48:29 +0000
committerfrueauf <frueauf>1999-01-14 15:48:29 +0000
commite3af541e9b4e888adb343a28734620896b595ea0 (patch)
tree24093fa88987f44d23cc74c65ed13a5cb657c7d0 /lang/fort77/patches
parent45e0a77ca603b26c0a0f73dafd24b642588786ca (diff)
downloadpkgsrc-e3af541e9b4e888adb343a28734620896b595ea0.tar.gz
Initial import of fort77-1.14a, the driver for f2c, a fortran to C translator.
Provided in pr 6733 by Rene Hexel with tweaks done by myself.
Diffstat (limited to 'lang/fort77/patches')
-rw-r--r--lang/fort77/patches/patch-aa13
-rw-r--r--lang/fort77/patches/patch-ab17
2 files changed, 30 insertions, 0 deletions
diff --git a/lang/fort77/patches/patch-aa b/lang/fort77/patches/patch-aa
new file mode 100644
index 00000000000..7b5d18a898a
--- /dev/null
+++ b/lang/fort77/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/01/14 15:48:29 frueauf Exp $
+
+--- fort77.orig Sun Sep 27 17:05:10 1998
++++ fort77 Sun Sep 27 17:07:36 1998
+@@ -12,6 +12,8 @@
+ $debug = 0;
+ $debugcmd = "";
+
++push(@includes, "-I/usr/include");
++
+ # Loop over all options; pull all options from @ARGV and put all
+ # arguments into @argv. This is needed because, apparently, UNIX
+ # compilers acceppt options anywhere on the command line.
diff --git a/lang/fort77/patches/patch-ab b/lang/fort77/patches/patch-ab
new file mode 100644
index 00000000000..37eac239f6e
--- /dev/null
+++ b/lang/fort77/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/01/14 15:48:29 frueauf Exp $
+
+--- Makefile.orig Sun Sep 27 17:32:07 1998
++++ Makefile Sun Sep 27 17:32:47 1998
+@@ -6,9 +6,9 @@
+ test:
+ (cd tests; ./test.pl -v)
+
+-install: test
+- install -m 755 fort77 $(BINDIR)
+- install -m 644 fort77.1 $(MANDIR)
++install:
++ install -c -m 755 fort77 $(BINDIR)
++ install -c -m 644 fort77.1 $(MANDIR)
+
+ clean:
+ rm -f *.bak *.o core */*.bak */*.o */core