freebsd-ports/www/thttpd/files/patch-ab
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
275 B
Plaintext

--- Makefile.in.orig Tue Apr 24 19:21:06 2001
+++ Makefile.in Tue Apr 24 19:21:33 2001
@@ -47,7 +47,7 @@
# You shouldn't need to edit anything below here.
CC = @CC@
-CCOPT = @V_CCOPT@
+CCOPT = @CFLAGS@
DEFS = @DEFS@
INCLS = -I.
CFLAGS = $(CCOPT) $(DEFS) $(INCLS)