opnsense-ports/sysutils/netevent/files/patch-Makefile
Franco Fichtner 3450e915f5 */*: sync with upstream
Taken from: HardenedBSD
2019-07-07 09:20:06 +02: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.