remove -Werror to fix the build with clang
This commit is contained in:
parent
d1cd0b52bd
commit
e11f93e34a
11
net/icbirc/patches/patch-Makefile
Normal file
11
net/icbirc/patches/patch-Makefile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
$OpenBSD: patch-Makefile,v 1.1 2017/04/22 06:00:01 jsg Exp $
|
||||||
|
--- Makefile.orig Sat Apr 22 15:57:35 2017
|
||||||
|
+++ Makefile Sat Apr 22 15:57:46 2017
|
||||||
|
@@ -4,6 +4,6 @@ PROG= icbirc
|
||||||
|
SRCS= icbirc.c icb.c irc.c
|
||||||
|
MAN= icbirc.8
|
||||||
|
|
||||||
|
-CFLAGS+= -Wall -Werror -Wstrict-prototypes -ansi
|
||||||
|
+CFLAGS+= -Wall -Wstrict-prototypes -ansi
|
||||||
|
|
||||||
|
.include <bsd.prog.mk>
|
Loading…
x
Reference in New Issue
Block a user