1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/databases/msql3/files/patch-ao

9 lines
237 B
Plaintext
Raw Normal View History

--- src/conf/site.mm.in.orig Wed Oct 15 01:43:58 1997
+++ src/conf/site.mm.in Wed Oct 15 01:44:48 1997
@@ -6 +6 @@
-COMPILER= @CC@
+COMPILER:= $(CC)
@@ -42 +42 @@
-CFLAGS= -O -I$(TOP)/ $(EXTRA_CFLAGS)
+CFLAGS+= -I$(TOP)/ $(EXTRA_CFLAGS)