diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-14 15:12:05 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-14 15:12:05 +0000 |
commit | 058d38b082fe190b81c95ee6537d96e4f24360c3 (patch) | |
tree | 58d86ca6e8758190b2fc53b7566b95f54df11244 | |
parent | Drop KDE 4.1.2 and 4.1.3 (diff) | |
download | gentoo-2-058d38b082fe190b81c95ee6537d96e4f24360c3.tar.gz gentoo-2-058d38b082fe190b81c95ee6537d96e4f24360c3.tar.bz2 gentoo-2-058d38b082fe190b81c95ee6537d96e4f24360c3.zip |
Prevent automatic stripping of binaries. Closes bug #252110.
(Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)
-rw-r--r-- | x11-plugins/wmmenu/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch | 6 | ||||
-rw-r--r-- | x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/x11-plugins/wmmenu/ChangeLog b/x11-plugins/wmmenu/ChangeLog index 14286f774851..c9caa0d08352 100644 --- a/x11-plugins/wmmenu/ChangeLog +++ b/x11-plugins/wmmenu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmenu # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/ChangeLog,v 1.8 2006/11/18 05:37:41 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/ChangeLog,v 1.9 2009/01/14 15:12:05 s4t4n Exp $ + + 14 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> files/wmmenu-1.2-Makefile.patch: + Prevent automatic stripping of binaries. Closes bug #252110. 18 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> wmmenu-1.2-r1.ebuild: dropping gnome useflag for gnome-1.x removal diff --git a/x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch b/x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch index 26a8419ef343..766f9c672fe3 100644 --- a/x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch +++ b/x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch @@ -9,7 +9,7 @@ #GDKPIXBUF2 = 1 XROOT = /usr/X11R6 -@@ -19,14 +19,14 @@ +@@ -19,17 +19,17 @@ # If you want to use gdk-pixbuf-2.0, pass GDKPIXBUF2=1 to make command ifdef GDKPIXBUF2 @@ -26,3 +26,7 @@ CPPFLAGS = -MMD -ansi -pedantic -Wall $(INCDIRS) $(DEFINES) INCDIRS = -I$(DAROOT)/include -I$(XROOT)/include $(PIXBUF_INC) DEFINES = -DETCDIR='"$(ETCDIR)"' $(PIXBUF_DEF) +-LDFLAGS = -s ++#LDFLAGS = -s + LIBDIRS = -L$(DAROOT)/lib -L$(XROOT)/lib $(PIXBUF_LIB) + LDLIBS = -ldockapp -lXpm -lXext -lX11 -lm diff --git a/x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild b/x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild index c8ff941fdacd..ac61992c4645 100644 --- a/x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild +++ b/x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild,v 1.7 2008/06/29 13:55:12 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild,v 1.8 2009/01/14 15:12:05 s4t4n Exp $ inherit eutils |