mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
ec150c385a
- respect CFLAGS - place unversioned distfile on my public_distfiles area Noticed by: bento
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
--- 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
|