summaryrefslogtreecommitdiff
path: root/package/evilwm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-30 10:40:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-30 10:40:05 +0100
commitc64105459c5d9662dd8a330f264b60a61ba14c0b (patch)
tree80cbca19a7a31fb3357d8eec3784367075f3b5d3 /package/evilwm
parent659846437896836e683ba5c0fc393a78eb641c18 (diff)
parent39e9af48da3ef01a9eca53d54ace7545eec39da8 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/evilwm')
-rw-r--r--package/evilwm/patches/patch-Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/package/evilwm/patches/patch-Makefile b/package/evilwm/patches/patch-Makefile
index a945a534f..d45dcee52 100644
--- a/package/evilwm/patches/patch-Makefile
+++ b/package/evilwm/patches/patch-Makefile
@@ -1,5 +1,6 @@
+do not strip by install
--- evilwm-1.0.1.orig/Makefile 2009-03-30 12:37:06.000000000 +0200
-+++ evilwm-1.0.1/Makefile 2010-01-22 17:14:53.000000000 +0100
++++ evilwm-1.0.1/Makefile 2010-01-27 08:14:46.000000000 +0100
@@ -1,11 +1,11 @@
# If you don't use CC
-CC = gcc
@@ -34,3 +35,12 @@
#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)
+@@ -93,7 +93,7 @@ evilwm: $(OBJS)
+ install: evilwm
+ if [ -f evilwm.exe ]; then mv evilwm.exe evilwm; fi
+ mkdir -p $(prefix)/bin $(prefix)/share/man/man1
+- install -s evilwm $(prefix)/bin
++ install evilwm $(prefix)/bin
+ install evilwm.1 $(prefix)/share/man/man1
+ #gzip -9 $(prefix)/share/man/man1/evilwm.1
+