b678ec3163
Provided in pr 6733 by Rene Hexel with tweaks done by myself.
13 lines
420 B
Text
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.
|