diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 01:59:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 01:59:20 +0000 |
commit | be8e5d8733a0d1535ea2c7fd62fd78abae8af519 (patch) | |
tree | 83d8577041b9859de343de628b9a7e4ea661c85d /x11-wm | |
parent | Remove unneeded dependency on kdenetwork. (diff) |
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')
-rw-r--r-- | x11-wm/pwm/files/patch-system.mk | 11 |
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) |