pkgsrc/lang/f2c/patches/patch-ad
dmcmahill 5648c37653 -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.
1999-12-16 00:58:27 +00:00

27 lines
637 B
Text

$NetBSD: patch-ad,v 1.4 1999/12/16 00:58:27 dmcmahill Exp $
Name libraries correctly
--- f2c.1t.orig Tue Sep 8 10:16:48 1998
+++ f2c.1t Tue Dec 7 17:24:23 1999
@@ -334,12 +334,15 @@
output file
.TP
-.F /usr/include/f2c.h
+.F .../include/f2c.h
header file
.TP
-.F /usr/lib/libF77.a
-intrinsic function library
+.F .../lib/libF77.a
+intrinsic function library. May be replaced by libf2c.a
.TP
-.F /usr/lib/libI77.a
-Fortran I/O library
+.F .../lib/libI77.a
+Fortran I/O library. May be replaced by libf2c.a
+.TP
+.F .../lib/libf2c.a
+Combined Fortran library. May be used in place of libF77.a and libI77.a
.TP
.F /lib/libc.a