pkgsrc/lang/f2c/patches/patch-ad
agc d015ff590f Update to the f2c package, from Dan McMahill (mcmahill@mtl.mit.edu).
Fixes PR pkg/6026.

Modified slightly by me, to add NetBSD RCS Ids to patches, along with
a minimalist comment about each patch, and also modified the top-level
Makefile to use mkdir, rather than install -d (install -d was
clobbering directory permissions on ${PREFIX}/{bin,lib,include}).
1998-08-25 08:54:06 +00:00

27 lines
631 B
Text

$NetBSD: patch-ad,v 1.3 1998/08/25 08:54:07 agc Exp $
Name libraries correctly
--- f2c.1t.orig Sat May 16 17:16:53 1998
+++ f2c.1t Thu Jul 9 07:54:55 1998
@@ -333,12 +333,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