1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/www/thttpd/files/patch-ac
Michael Haro e72e10c116 Updates the port to the latest verion: 2.21b. Brings in interesting stuff like
kqueue and accept filtering support.

PR:		26822
Submitted by:	    maintainer
2001-05-01 00:34:46 +00:00

12 lines
260 B
Plaintext

--- cgi-src/Makefile.in.orig Tue Apr 24 19:44:12 2001
+++ cgi-src/Makefile.in Tue Apr 24 19:44:25 2001
@@ -31,7 +31,7 @@
MANDIR = @mandir@
CC = @CC@
-CCOPT = @V_CCOPT@
+CCOPT = @CFLAGS@
DEFS = @DEFS@
INCLS = -I..
CFLAGS = $(CCOPT) $(DEFS) $(INCLS)