pkgsrc/lang/fort77/patches/patch-aa
frueauf b678ec3163 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.
1999-01-14 15:48:29 +00:00

13 lines
420 B
Text

$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.