mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
|
--- 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)
|