openbsd-ports/x11/evilwm/patches/patch-Makefile
alek f8b0b2b4e1 - Update to 0.99.18
- New maintainer Victor Sahlstedt <salan@legonet.org>

From David Snyder <dasnyderx@yahoo.com>
2005-09-27 08:14:51 +00:00

21 lines
896 B
Plaintext

--- Makefile.orig Thu Sep 15 00:30:44 2005
+++ Makefile Tue Sep 20 11:06:18 2005
@@ -25,7 +25,7 @@ DEFINES += -DINFOBANNER
# Use Motif hints to find if a window should be borderless.
# To use this option, you need to have the Motif development files installed.
-DEFINES += -DMWM_HINTS
+#DEFINES += -DMWM_HINTS
# To support virtual desktops, uncomment the following line.
DEFINES += -DVWM
@@ -67,7 +67,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)