1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/www/cgi-lib/files/patch-aa
Alexander Langer ec150c385a - update to version 1.4
- respect CFLAGS
- place unversioned distfile on my public_distfiles area

Noticed by:	bento
2000-07-14 11:22:45 +00:00

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