summaryrefslogtreecommitdiff
path: root/lang/f2c/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'lang/f2c/patches/patch-ag')
-rw-r--r--lang/f2c/patches/patch-ag4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/f2c/patches/patch-ag b/lang/f2c/patches/patch-ag
index f6afe7def76..93673ee999c 100644
--- a/lang/f2c/patches/patch-ag
+++ b/lang/f2c/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.4 1999/12/16 00:58:28 dmcmahill Exp $
+$NetBSD: patch-ag,v 1.5 2001/02/24 18:37:46 dmcmahill Exp $
--- ./libI77/makefile.orig Tue Dec 7 17:52:41 1999
+++ ./libI77/makefile Tue Dec 7 18:05:10 1999
@@ -6,6 +6,6 @@ $NetBSD: patch-ag,v 1.4 1999/12/16 00:58:28 dmcmahill Exp $
.SUFFIXES: .c .o
CC = cc
-CFLAGS = -O
-+CFLAGS = -Wcast-align -O2
++CFLAGS = -fPIC -Wcast-align -O2
SHELL = /bin/sh