diff options
author | mharo <mharo@FreeBSD.org> | 2001-05-01 00:34:46 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-05-01 00:34:46 +0000 |
commit | bb69329bce53a5e9204472711a1ee931fe9cec4d (patch) | |
tree | fa706badfc0328b27686e7a33dfc960f092862e0 /www/thttpd/files/patch-ab | |
parent | 9ce401221484b708ea3079183c78a0ab4a1f13d8 (diff) | |
download | FreeBSD-ports-bb69329bce53a5e9204472711a1ee931fe9cec4d.zip FreeBSD-ports-bb69329bce53a5e9204472711a1ee931fe9cec4d.tar.gz |
Updates the port to the latest verion: 2.21b. Brings in interesting stuff like
kqueue and accept filtering support.
PR: 26822
Submitted by: maintainer
Diffstat (limited to 'www/thttpd/files/patch-ab')
-rw-r--r-- | www/thttpd/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/thttpd/files/patch-ab b/www/thttpd/files/patch-ab new file mode 100644 index 0000000..a51144a --- /dev/null +++ b/www/thttpd/files/patch-ab @@ -0,0 +1,11 @@ +--- 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) |