summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2010-09-01 07:50:49 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2010-09-01 07:50:49 +0000
commit93a5f6116baf27afafd86f6075cc4543f91cc93d (patch)
tree1c49c302524736c81e9d652f756ec34bb95ccf5c /x11-plugins
parent Honour Gentoo LDFLAGS. Closes bug #332291. (diff)
downloadgentoo-2-93a5f6116baf27afafd86f6075cc4543f91cc93d.tar.gz
gentoo-2-93a5f6116baf27afafd86f6075cc4543f91cc93d.tar.bz2
gentoo-2-93a5f6116baf27afafd86f6075cc4543f91cc93d.zip
Honour Gentoo LDFLAGS. Closes bug #331869.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmgrabimage/ChangeLog7
-rw-r--r--x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmgrabimage/ChangeLog b/x11-plugins/wmgrabimage/ChangeLog
index 7215dabea8a4..f0273b49893f 100644
--- a/x11-plugins/wmgrabimage/ChangeLog
+++ b/x11-plugins/wmgrabimage/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmgrabimage
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.13 2009/03/16 16:34:19 s4t4n Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.14 2010/09/01 07:50:49 s4t4n Exp $
+
+ 02 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72-r1.ebuild:
+ Honour Gentoo LDFLAGS. Closes bug #331869.
16 Mar 2009; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72-r1.ebuild:
Updated SRC_URI and HOMEPAGE. Closes bug #259614.
diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
index 03e183a95600..9b99455ef6a3 100644
--- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
+++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.9 2009/03/16 16:34:19 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.10 2010/09/01 07:50:49 s4t4n Exp $
inherit eutils
@@ -37,7 +37,7 @@ src_unpack() {
src_compile() {
emake clean || die "emake clean failed."
- emake CFLAGS="${CFLAGS} -Wall" || die "emake failed."
+ emake CFLAGS="${CFLAGS} -Wall" SYSTEM="${LDFLAGS}" || die "emake failed."
}
src_install() {