summaryrefslogtreecommitdiff
path: root/www/fhttpd/files/patch-ac
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-05 02:49:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-05 02:49:33 +0000
commitc5786aa3cbdf0df47be293892547e16acd21febe (patch)
tree842a08d61f68e5a9b37f9218eac6c64f8cb29af9 /www/fhttpd/files/patch-ac
parentRespect CC and CFLAGS and fix build on -current. (diff)
Respect CC and CXX, and don't depend on obsoleted header <values.h>
for a definition of BITSPERBYTE
Notes
Notes: svn path=/head/; revision=65637
Diffstat (limited to 'www/fhttpd/files/patch-ac')
-rw-r--r--www/fhttpd/files/patch-ac15
1 files changed, 13 insertions, 2 deletions
diff --git a/www/fhttpd/files/patch-ac b/www/fhttpd/files/patch-ac
index f0de05cf7601..b1ba191ba6e9 100644
--- a/www/fhttpd/files/patch-ac
+++ b/www/fhttpd/files/patch-ac
@@ -1,5 +1,16 @@
---- Makefile.orig Mon Apr 19 12:38:56 1999
-+++ Makefile Sat May 27 14:51:57 2000
+--- Makefile.orig Mon Apr 19 10:38:56 1999
++++ Makefile Wed Sep 4 19:46:45 2002
+@@ -10,8 +10,8 @@
+
+ # Default compilers and linker
+
+-CC = gcc
+-CXX = g++
++CC ?= cc
++CXX ?= c++
+ LD = $(CXX)
+
+ # OS-dependent definitions (choose one and adjust, if necessary)
@@ -99,21 +99,21 @@
## for Linux (glibc2/libc 6):