summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-07-03 03:09:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-07-03 03:09:30 +0000
commitcc6722cafeee74a8f949bc5307165793607df9f6 (patch)
treedaa728ba0d4af50855ea2dac7242544f826ce794 /www
parentRemove directory on deinstall (diff)
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=30100
Diffstat (limited to 'www')
-rw-r--r--www/npc/files/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/npc/files/patch-aa b/www/npc/files/patch-aa
new file mode 100644
index 000000000000..433c481676a7
--- /dev/null
+++ b/www/npc/files/patch-aa
@@ -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