ports/security/snoopy/files/patch-build-Makefile.am.common

8 lines
585 B
Text

--- build/Makefile.am.common.orig 2020-12-28 04:42:28 UTC
+++ build/Makefile.am.common
@@ -10,4 +10,4 @@ MAINTAINERCLEANFILES = Makefile.in
# -I$(top_srcdir)/src is here for #include "snoopy.h" (or similar) to work everywhere
# -I$(top_srcdir) is here for #include "lib/*/src/*.h" to work everywhere (additionally, this also makes references "src/*/*.h" work too)
#
-AM_CFLAGS = -Wall -Werror -Wextra -Wno-unused-parameter -std=c99 -Wpedantic -I$(top_srcdir)/src -I$(top_srcdir)
+AM_CFLAGS = -Wextra -Wno-unused-parameter -std=c99 -Wpedantic -I$(top_srcdir)/src -I$(top_srcdir)