mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add NO_WERROR=1 to make warnings non-fatal
This commit is contained in:
parent
ca4f4b7421
commit
faf39fbdee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68438
1 changed files with 13 additions and 14 deletions
|
@ -1,14 +1,13 @@
|
||||||
*** Makefile.orig Fri Aug 10 07:43:15 2001
|
--- Makefile.orig Thu Aug 22 22:43:44 2002
|
||||||
--- Makefile Thu Mar 21 21:16:46 2002
|
+++ Makefile Sun Oct 20 14:26:17 2002
|
||||||
***************
|
@@ -4,6 +4,10 @@
|
||||||
*** 3,8 ****
|
MAN= bozohttpd.8
|
||||||
--- 3,11 ----
|
|
||||||
PROG= bozohttpd
|
|
||||||
MAN= bozohttpd.8
|
|
||||||
|
|
||||||
+ BINDIR=$(PREFIX)/libexec
|
WARNS= 3
|
||||||
+ MANDIR=$(PREFIX)/man/man
|
+NO_WERROR=1
|
||||||
+
|
+
|
||||||
.include <bsd.prog.mk>
|
+BINDIR=$(PREFIX)/libexec
|
||||||
|
+MANDIR=$(PREFIX)/man/man
|
||||||
|
|
||||||
|
.include <bsd.prog.mk>
|
||||||
|
|
||||||
check:
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue