summaryrefslogtreecommitdiffstats
path: root/x11-wm/pwm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-09-29 01:59:20 +0000
committerkris <kris@FreeBSD.org>2002-09-29 01:59:20 +0000
commite3455b3b4bd6ecc4b27050b2614c54fd27f38a1e (patch)
treefa0f1225a7b39984f41f6def70d29ef98d63bf22 /x11-wm/pwm
parent7f7bdb1df7fb4d76e486b45c2a941dab12ab4dcd (diff)
downloadFreeBSD-ports-e3455b3b4bd6ecc4b27050b2614c54fd27f38a1e.zip
FreeBSD-ports-e3455b3b4bd6ecc4b27050b2614c54fd27f38a1e.tar.gz
Unbreak on -stable by removing -pedantic-errors from CFLAGS, which
exposes new (fatal) warnings on recent compilers.
Diffstat (limited to 'x11-wm/pwm')
-rw-r--r--x11-wm/pwm/files/patch-system.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/pwm/files/patch-system.mk b/x11-wm/pwm/files/patch-system.mk
new file mode 100644
index 0000000..b8b286c
--- /dev/null
+++ b/x11-wm/pwm/files/patch-system.mk
@@ -0,0 +1,11 @@
+--- system.mk.orig Sat Sep 28 18:57:23 2002
++++ system.mk Sat Sep 28 18:57:31 2002
+@@ -55,7 +55,7 @@
+ # have unused variables.
+ WARN= -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \
+ -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized \
+- -Wparentheses -pedantic-errors
++ -Wparentheses
+
+ CFLAGS=-g -O2 $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES)
+ LDFLAGS=-g $(LIBS) $(EXTRA_LIBS)
OpenPOWER on IntegriCloud