14 lines
471 B
Plaintext
14 lines
471 B
Plaintext
$OpenBSD: patch-Makefile_inc,v 1.1 2017/05/17 23:01:26 espie Exp $
|
|
|
|
Index: Makefile.inc
|
|
--- Makefile.inc.orig
|
|
+++ Makefile.inc
|
|
@@ -1,6 +1,6 @@
|
|
# $RuOBSD: Makefile.inc,v 1.5 2004/04/20 03:42:35 form Exp $
|
|
|
|
-CFLAGS+=-Wall -Werror -Wmissing-prototypes -Wstrict-prototypes -Winline
|
|
+CFLAGS+=-Wall -Wmissing-prototypes -Wstrict-prototypes -Winline
|
|
CFLAGS+=-Wshadow -Wpointer-arith -Wmissing-declarations -Wno-long-long
|
|
CFLAGS+=-Wno-format
|
|
CFLAGS+=-I${.CURDIR}/../include
|