diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-09 13:43:12 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-09 13:43:12 +0000 |
commit | 872f984dbc3e0251b913ef06a66f1bc5fee97892 (patch) | |
tree | b5f27d61ca73201082647420305f498dca09b576 /x11-plugins | |
parent | Marking ots-0.5.0 ppc64 for bug 326503 (diff) | |
download | gentoo-2-872f984dbc3e0251b913ef06a66f1bc5fee97892.tar.gz gentoo-2-872f984dbc3e0251b913ef06a66f1bc5fee97892.tar.bz2 gentoo-2-872f984dbc3e0251b913ef06a66f1bc5fee97892.zip |
Honour Gentoo LDFLAGS, see bug #336296.
Some QA on package build.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmsystray/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmsystray/wmsystray-0.1.1.ebuild | 10 |
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() { |