summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-06-01 17:00:17 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-06-01 17:00:17 +0000
commit2aa9512674c13d7eb1afe84fcb96b6392c204663 (patch)
tree32f1de21443741d2d85d020f32bcda2ee0fafa25 /x11-wm/selectwm/files
parentRestore accidentally deleted ebuild. (diff)
downloadgentoo-2-2aa9512674c13d7eb1afe84fcb96b6392c204663.tar.gz
gentoo-2-2aa9512674c13d7eb1afe84fcb96b6392c204663.tar.bz2
gentoo-2-2aa9512674c13d7eb1afe84fcb96b6392c204663.zip
Don't strip binaries wrt bug 252124. Thanks Diego for report
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/selectwm/files')
-rw-r--r--x11-wm/selectwm/files/selectwm-0.4.1-nostrip.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-wm/selectwm/files/selectwm-0.4.1-nostrip.patch b/x11-wm/selectwm/files/selectwm-0.4.1-nostrip.patch
new file mode 100644
index 000000000000..d5300c9f94a7
--- /dev/null
+++ b/x11-wm/selectwm/files/selectwm-0.4.1-nostrip.patch
@@ -0,0 +1,15 @@
+Respect CFLAGS, don't strip binaries
+
+http://bugs.gentoo.org/show_bug.cgi?id=252124
+
+--- src/Makefile.am
++++ src/Makefile.am
+@@ -10,5 +10,6 @@
+ modify.c modify.h \
+ misc.h define.h
+
+-LIBS = @GTK_LIBS@
+-AM_CFLAGS = -s -O2 -Wall @GTK_CFLAGS@ -DLOCALEDIR=\"$(datadir)/locale\"
++selectwm_LDADD = @GTK_LIBS@
++selectwm_CFLAGS = @GTK_CFLAGS@
++selectwm_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\"