summaryrefslogtreecommitdiff
path: root/lang/f2c/patches/patch-ab
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-11-22 12:52:53 +0000
committerasau <asau@pkgsrc.org>2009-11-22 12:52:53 +0000
commit3bfcd73aab8e1a34bfe3cc8d1cebe7040b116392 (patch)
treeb8288334db09c3eecdd3310d1d0ba8905ba2d30f /lang/f2c/patches/patch-ab
parentb5c30ac44ab641996359295837548c3d7d4ea41d (diff)
downloadpkgsrc-3bfcd73aab8e1a34bfe3cc8d1cebe7040b116392.tar.gz
Update f2c to 2009-04-11 snapshot.
Changes are mostly bug fixes. Perform conservative update: recreate libF77 and libI77 providing binary compatibility. Prefer files to patches creating respective files. Override build system completely, we effectively did that anyway.
Diffstat (limited to 'lang/f2c/patches/patch-ab')
-rw-r--r--lang/f2c/patches/patch-ab25
1 files changed, 0 insertions, 25 deletions
diff --git a/lang/f2c/patches/patch-ab b/lang/f2c/patches/patch-ab
deleted file mode 100644
index f172161cd22..00000000000
--- a/lang/f2c/patches/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2002/03/05 18:29:49 dmcmahill Exp $
-
-Obey CC and CFLAGS
-
-Don't do additional checksums of the source (gets thrown
-off by our patches, plus we already have files/md5)
-
---- src/makefile.orig Wed Feb 25 08:18:04 1998
-+++ src/makefile Tue Mar 5 13:09:23 2002
-@@ -2,6 +2,6 @@
-
- .SUFFIXES: .c .o
--CC = cc
--CFLAGS = -O
-+#CC = cc
-+#CFLAGS = -O2
- SHELL = /bin/sh
- YACC = yacc
-@@ -25,5 +25,5 @@
- OBJECTS = $(OBJECTSd) $(MALLOC)
-
--all: xsum.out f2c
-+all: f2c
-
- f2c: $(OBJECTS)