mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
Remove -Werror as per policy. PR: 265510 Approved by: Robert Clausecker <moritz AT schmi DOT tt> (maintainer) MFH: 2022Q3 (build fix blanket)
11 lines
541 B
Text
11 lines
541 B
Text
--- src/Makefile.in.orig 2022-07-30 03:38:42 UTC
|
|
+++ src/Makefile.in
|
|
@@ -352,7 +352,7 @@ EXTRA_DIST = @PACKAGE@.gperf @PACKAGE@-cc.gperf wildex
|
|
BUILT_SOURCES = gperf.c gperf-cc.c
|
|
AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/intl
|
|
MAINTAINERCLEANFILES = Makefile.in libgettext.h
|
|
-AM_CFLAGS = -Wall -W -Werror -Wredundant-decls -Wshadow \
|
|
+AM_CFLAGS = -Wall -W -Wredundant-decls -Wshadow \
|
|
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs \
|
|
-Wmissing-declarations -Wcomment -Wbad-function-cast \
|
|
-Wcast-align $(am__append_1)
|