summaryrefslogtreecommitdiff
path: root/lang/f2c/patches/patch-ab
blob: f172161cd22526763e568fb701049685ad453817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$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)