diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-14 13:58:36 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-14 13:58:36 +0000 |
commit | d2075bd3430e48a0d4b96b33cc8a137865ddba7c (patch) | |
tree | cf8b42030e7b4cdb488bd6b3ba499528242a8239 /x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild | |
parent | Drop KDE 4.1.2 and 4.1.3 (diff) | |
download | gentoo-2-d2075bd3430e48a0d4b96b33cc8a137865ddba7c.tar.gz gentoo-2-d2075bd3430e48a0d4b96b33cc8a137865ddba7c.tar.bz2 gentoo-2-d2075bd3430e48a0d4b96b33cc8a137865ddba7c.zip |
Do not strip binaries during compilation. Fixes bug #252113.
(Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild')
-rw-r--r-- | x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild index b846ecc7e03a..e54a9fd3534f 100644 --- a/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild +++ b/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.10 2008/06/29 13:46:30 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.11 2009/01/14 13:58:36 s4t4n Exp $ inherit eutils @@ -17,7 +17,8 @@ RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" DEPEND="${RDEPEND} - x11-proto/xextproto" + x11-proto/xextproto + >=sys-apps/sed-4.1.5-r1" src_unpack() { @@ -32,6 +33,9 @@ src_unpack() cd src epatch "${FILESDIR}"/${PN}-high-ints.patch fi + + # Do no strip binaries during compilation, see bug #252113 + sed -i 's/LDFLAGS += -lXpm -lXext -lX11 -lm -s/LDFLAGS += -lXpm -lXext -lX11 -lm/' "src/Makefile" } src_compile() |