openbsd-ports/x11/evilwm/patches/patch-Makefile
sturm 69a2c3dead update to evilwm 0.99.24
from John Danks <john.danks at gmail.com>
maintainer timeout
2006-04-02 11:00:10 +00:00

12 lines
582 B
Plaintext

--- Makefile.orig Mon Feb 20 16:30:31 2006
+++ Makefile Sun Apr 2 12:57:56 2006
@@ -63,7 +63,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)