openbsd-ports/x11/evilwm/patches/patch-Makefile
merdely 2d6000712b Update to evilwm-1.0.0
From Robert Blacquiere
ok kili@, jasper@
2007-11-04 15:42:19 +00:00

12 lines
583 B
Plaintext

--- Makefile.orig Mon Jun 18 14:29:22 2007
+++ Makefile Sun Nov 4 10:39:02 2007
@@ -71,7 +71,7 @@ distname = evilwm-$(version)
#DEFINES += -DXDEBUG # show some X calls
DEFINES += -DVERSION=\"$(version)\" $(DEBIAN)
-CFLAGS += $(INCLUDES) $(DEFINES) -Os -Wall
+CFLAGS += $(INCLUDES) $(DEFINES)
#CFLAGS += $(INCLUDES) $(DEFINES) -g -Wall
CFLAGS += -W -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Waggregate-return -Wnested-externs -Winline -Wwrite-strings -Wundef -Wsign-compare -Wmissing-prototypes -Wredundant-decls
LDFLAGS += $(LDPATH) $(LIBS)