Respect CC and CFLAGS

This commit is contained in:
Kris Kennaway 2000-07-03 03:09:30 +00:00
parent 484c4000af
commit cc6722cafe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30100

13
www/npc/files/patch-aa Normal file
View File

@ -0,0 +1,13 @@
--- Makefile.orig Thu Dec 11 06:15:32 1997
+++ Makefile Sun Jul 2 20:06:47 2000
@@ -2,8 +2,8 @@
# npc.cgi -- Animation counter cgi
#
-CC = gcc
-CFLAGS = -O
+CC ?= gcc
+CFLAGS ?= -O
MAKEFILE = Makefile
INDEX_DIR = /usr/local/etc/httpd/index