summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmsystray')
-rw-r--r--x11-plugins/wmsystray/ChangeLog8
-rw-r--r--x11-plugins/wmsystray/wmsystray-0.1.1.ebuild10
2 files changed, 14 insertions, 4 deletions
diff --git a/x11-plugins/wmsystray/ChangeLog b/x11-plugins/wmsystray/ChangeLog
index d4ff6d9dc19c..95229320546f 100644
--- a/x11-plugins/wmsystray/ChangeLog
+++ b/x11-plugins/wmsystray/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmsystray
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/ChangeLog,v 1.11 2007/06/30 14:20:37 coldwind Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/ChangeLog,v 1.12 2010/09/09 13:43:12 s4t4n Exp $
+
+ 09 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmsystray-0.1.1.ebuild:
+ Honour Gentoo LDFLAGS, see bug #336296.
+ Some QA on package build.
30 Jun 2007; Santiago M. Mola <coldwind@gentoo.org>
+files/wmsystray-0.1.1-Makefile.patch,
diff --git a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild b/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild
index 758310288ba7..f59c014bc27c 100644
--- a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild
+++ b/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild,v 1.10 2007/06/30 14:20:37 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild,v 1.11 2010/09/09 13:43:12 s4t4n Exp $
inherit eutils
@@ -27,6 +27,12 @@ src_unpack() {
# Fix for #61704, cannot compile with gcc 3.4.1:
# it's a trivial change and does not affect other compilers...
epatch "${FILESDIR}/${P}-gcc-3.4.patch"
+
+ # Fix parallel compilation
+ sed -ie "s/make EXTRACFLAGS/make \${MAKEOPTS} EXTRACFLAGS/" Makefile
+
+ # Honour Gentoo LDFLAGS, see bug #336296
+ sed -ie "s/-o wmsystray/${LDFLAGS} -o wmsystray/" wmsystray/Makefile
}
src_compile() {