summaryrefslogtreecommitdiff
path: root/biology/puzzle/patches/patch-aa
blob: 921af783c373a031bb42d1ea23bc50e0488f16d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.1.1.1 1999/07/28 19:55:17 rh Exp $

--- makefile.orig	Sun May 23 15:40:28 1999
+++ makefile	Sun May 23 15:40:42 1999
@@ -10,11 +10,11 @@
 
 
 # ANSI C compiler
-CC = gcc
-CFLAGS = -O3 -Wall -pedantic -ansi
+#CC = gcc
+#CFLAGS = -O3 -Wall -pedantic -ansi
 # Comment out for compiler other than gcc
-#CC = cc
-#CFLAGS = -O 
+CC = cc
+CFLAGS = -O 
 
 # ANSI math library
 LIBFLAGS = -lm