544da38ada
from maintainer William Yodlowsky <bsd@openbsd.rutgers.edu>
22 lines
806 B
Plaintext
22 lines
806 B
Plaintext
$OpenBSD: patch-Makefile,v 1.3 2003/07/05 18:25:54 sturm Exp $
|
|
--- Makefile.orig Thu Dec 5 15:35:00 2002
|
|
+++ Makefile Thu Feb 20 21:48:10 2003
|
|
@@ -22,7 +22,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 one or both of the following 2 lines.
|
|
DEFINES += -DVWM
|
|
@@ -66,7 +66,7 @@ disttar = evilwm_$(version).$(revision).
|
|
#DEFINES += -DXDEBUG # show some X calls
|
|
|
|
DEFINES += -DVERSION=\"$(version).$(revision).$(subrev)\" $(DEBIAN)
|
|
-CFLAGS += $(INCLUDES) $(DEFINES) -Os -Wall
|
|
+CFLAGS += $(INCLUDES) $(DEFINES)
|
|
#CFLAGS += $(INCLUDES) $(DEFINES) -g -Wall
|
|
LDFLAGS += $(LDPATH) $(LIBS)
|
|
|