ports/sysutils/netevent/files/patch-Makefile
Jan Beich 2f675b417b sysutils/netevent: add new port
PR:		238993
Submitted by:	Greg V <greg@unrelenting.technology>
2019-07-05 19:08:08 +00:00

11 lines
349 B
Text

--- Makefile.orig 2018-12-07 15:42:58 UTC
+++ Makefile
@@ -8,7 +8,7 @@ MANDIR = $(DATAROOTDIR)/man
MAN1DIR = $(MANDIR)/man1
CPPFLAGS ?= -g
-CPPFLAGS += -Wall -Werror -Wno-unknown-pragmas
+CPPFLAGS += -Wall -Wno-unknown-pragmas
CXX ?= clang++
# Code should compile with c++11 as well, but c++14 may have stricter
# attributes on some methods.