aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-21 05:25:02 +0800
committerkris <kris@FreeBSD.org>2002-10-21 05:25:02 +0800
commit43e1759bbb04d1a4996c08393e8011e693b4f1eb (patch)
tree8f83eead15024d3ae310d5c2ffee6e83813ecd5b /www
parent0b4b4b3a2954461d88ade34b853202fd9962d626 (diff)
downloadfreebsd-ports-gnome-43e1759bbb04d1a4996c08393e8011e693b4f1eb.tar.gz
freebsd-ports-gnome-43e1759bbb04d1a4996c08393e8011e693b4f1eb.tar.zst
freebsd-ports-gnome-43e1759bbb04d1a4996c08393e8011e693b4f1eb.zip
Add NO_WERROR=1 to make warnings non-fatal
Diffstat (limited to 'www')
-rw-r--r--www/bozohttpd/files/patch-Makefile27
1 files changed, 13 insertions, 14 deletions
diff --git a/www/bozohttpd/files/patch-Makefile b/www/bozohttpd/files/patch-Makefile
index 35e8ce53ef79..2df4cef1d428 100644
--- a/www/bozohttpd/files/patch-Makefile
+++ b/www/bozohttpd/files/patch-Makefile
@@ -1,14 +1,13 @@
-*** Makefile.orig Fri Aug 10 07:43:15 2001
---- Makefile Thu Mar 21 21:16:46 2002
-***************
-*** 3,8 ****
---- 3,11 ----
- PROG= bozohttpd
- MAN= bozohttpd.8
-
-+ BINDIR=$(PREFIX)/libexec
-+ MANDIR=$(PREFIX)/man/man
-+
- .include <bsd.prog.mk>
-
- check:
+--- Makefile.orig Thu Aug 22 22:43:44 2002
++++ Makefile Sun Oct 20 14:26:17 2002
+@@ -4,6 +4,10 @@
+ MAN= bozohttpd.8
+
+ WARNS= 3
++NO_WERROR=1
++
++BINDIR=$(PREFIX)/libexec
++MANDIR=$(PREFIX)/man/man
+
+ .include <bsd.prog.mk>
+