diff options
author | kris <kris@FreeBSD.org> | 2002-09-29 01:59:20 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-29 01:59:20 +0000 |
commit | e3455b3b4bd6ecc4b27050b2614c54fd27f38a1e (patch) | |
tree | fa0f1225a7b39984f41f6def70d29ef98d63bf22 /x11-wm/pwm | |
parent | 7f7bdb1df7fb4d76e486b45c2a941dab12ab4dcd (diff) | |
download | FreeBSD-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.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 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) |