aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/pwm
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-29 01:59:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-29 01:59:20 +0000
commitbe8e5d8733a0d1535ea2c7fd62fd78abae8af519 (patch)
tree83d8577041b9859de343de628b9a7e4ea661c85d /x11-wm/pwm
parenteb8d176832d0c7d6f04af5dedc8a6c02991f55fa (diff)
downloadports-be8e5d8733a0d1535ea2c7fd62fd78abae8af519.tar.gz
ports-be8e5d8733a0d1535ea2c7fd62fd78abae8af519.zip
Unbreak on -stable by removing -pedantic-errors from CFLAGS, which
exposes new (fatal) warnings on recent compilers.
Notes
Notes: svn path=/head/; revision=67207
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 000000000000..b8b286c9c44a
--- /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)