diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-05 20:14:29 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-05 20:14:29 +0000 |
commit | 8e2cdea0ce5364ef7fc2203f52e5c1a936fa7933 (patch) | |
tree | ec4fb5d22026e383a79ba1a61f49a73774506a68 /www/zerowait-httpd/files/patch-src_httpd_Makefile | |
parent | - Update 0.1.2r3 (diff) |
Update to version 0.7p
Submitted by: self (maintainer)
Diffstat (limited to 'www/zerowait-httpd/files/patch-src_httpd_Makefile')
-rw-r--r-- | www/zerowait-httpd/files/patch-src_httpd_Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/zerowait-httpd/files/patch-src_httpd_Makefile b/www/zerowait-httpd/files/patch-src_httpd_Makefile index 16641c9e3f14..134147c948cb 100644 --- a/www/zerowait-httpd/files/patch-src_httpd_Makefile +++ b/www/zerowait-httpd/files/patch-src_httpd_Makefile @@ -1,15 +1,16 @@ ---- src/httpd/Makefile.orig Wed Jun 22 13:16:28 2005 -+++ src/httpd/Makefile Wed Jun 22 13:16:44 2005 -@@ -14,10 +14,10 @@ +--- src/httpd/Makefile.orig Sat Sep 16 08:17:17 2006 ++++ src/httpd/Makefile Tue Dec 5 15:10:18 2006 +@@ -18,11 +18,11 @@ $(CC) $(LDFLAGS) $(OBJS) $(COMMON) built.o -o $@ convert-ranges: $(COMMON) Makefile ../Rules.make convert-ranges.c - $(CC) $(CFLAGS) $(LDFLAGS) $@.c $(COMMON) -o $@ + $(CC) $(CFLAGS) -I.. $(LDFLAGS) $@.c $(COMMON) -o $@ + chmod +s $@ convert-geoip: $(COMMON) Makefile ../Rules.make convert-geoip.c - $(CC) $(CFLAGS) $(LDFLAGS) $@.c $(COMMON) -o $@ + $(CC) $(CFLAGS) -I.. $(LDFLAGS) $@.c $(COMMON) -o $@ + chmod +s $@ $(COMMON): - cd ../common &&$(MAKE) |