forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
184 B
Text
12 lines
184 B
Text
--- makefile.orig Sun Jan 23 20:40:47 2000
|
|
+++ makefile Sun Jan 23 20:41:08 2000
|
|
@@ -24,7 +24,7 @@
|
|
#
|
|
|
|
CGI-LIB=cgi-lib.a
|
|
-CC=gcc
|
|
-CCFLAGS=-c
|
|
+CC?=gcc
|
|
+CCFLAGS+=-c
|
|
AR=ar
|
|
ARFLAGS=rc
|