summaryrefslogtreecommitdiff
path: root/package/evilwm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-22 18:17:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-22 18:17:29 +0100
commitc0f6e4154eaf2c670af68522ac4e3b64beb8b130 (patch)
tree11a3ca511c387cbdbe4f412240c9ae6b2fbbb3cc /package/evilwm
parentdfce14c3ca2ba29afe75afd6ef52a31ba745ec66 (diff)
add new packages to menu. shift some groups around.
Diffstat (limited to 'package/evilwm')
-rw-r--r--package/evilwm/patches/patch-Makefile.orig25
1 files changed, 0 insertions, 25 deletions
diff --git a/package/evilwm/patches/patch-Makefile.orig b/package/evilwm/patches/patch-Makefile.orig
deleted file mode 100644
index 710a353ba..000000000
--- a/package/evilwm/patches/patch-Makefile.orig
+++ /dev/null
@@ -1,25 +0,0 @@
---- evilwm-1.0.1.orig/Makefile 2009-03-30 12:37:06.000000000 +0200
-+++ evilwm-1.0.1/Makefile 2010-01-22 17:12:43.000000000 +0100
-@@ -1,11 +1,11 @@
- # If you don't use CC
--CC = gcc
-+CC ?= gcc
-
- # Edit this line if you don't want evilwm to install under /usr.
- # Note that $(DESTDIR) is used by the Debian build process.
- prefix = $(DESTDIR)/usr
-
--XROOT = /usr/X11R6
-+XROOT ?= /usr/X11R6
- INCLUDES = -I$(XROOT)/include
- LDPATH = -L$(XROOT)/lib
- LIBS = -lX11
-@@ -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) -Wall
- #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)