summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-06-25 06:04:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-06-25 06:04:59 +0000
commit50525259c7b8b41eced84b9c9099925e52e47fa5 (patch)
tree3a43847728d586f7534fdb18a9f49c581497e883 /games-strategy
parentRemove keywords from live ebuild (diff)
downloadgentoo-2-50525259c7b8b41eced84b9c9099925e52e47fa5.tar.gz
gentoo-2-50525259c7b8b41eced84b9c9099925e52e47fa5.tar.bz2
gentoo-2-50525259c7b8b41eced84b9c9099925e52e47fa5.zip
link with gold linker (bug #514428)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/gwp/ChangeLog8
-rw-r--r--games-strategy/gwp/gwp-0.4.0-r2.ebuild10
2 files changed, 10 insertions, 8 deletions
diff --git a/games-strategy/gwp/ChangeLog b/games-strategy/gwp/ChangeLog
index d3a3bc92ddd7..0b17feccf6a1 100644
--- a/games-strategy/gwp/ChangeLog
+++ b/games-strategy/gwp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/gwp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.9 2012/05/04 04:51:08 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.10 2014/06/25 06:04:59 mr_bones_ Exp $
+
+ 25 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> gwp-0.4.0-r2.ebuild:
+ link with gold linker (bug #514428)
04 May 2012; Jeff Horelick <jdhore@gentoo.org> gwp-0.4.0-r2.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
@@ -40,4 +43,3 @@
Initial import. Original ebuild by James Jones <jcjones@ufl.edu> and edited
by me. Updated ebuild provided by Tom Wesley <tom@tomaw.org> and edited by
me. Closing bug #56533.
-
diff --git a/games-strategy/gwp/gwp-0.4.0-r2.ebuild b/games-strategy/gwp/gwp-0.4.0-r2.ebuild
index 3bee0399fc46..6594d2e12af5 100644
--- a/games-strategy/gwp/gwp-0.4.0-r2.ebuild
+++ b/games-strategy/gwp/gwp-0.4.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.7 2012/05/04 04:51:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.8 2014/06/25 06:04:59 mr_bones_ Exp $
EAPI=2
-inherit eutils gnome2
+inherit eutils flag-o-matic gnome2
DESCRIPTION="GNOME client for the classic PBEM strategy game VGA Planets 3"
HOMEPAGE="http://gwp.lunix.com.ar/"
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_prepare() {
+ append-libs -lm
gnome2_src_prepare
epatch \
"${FILESDIR}"/${P}-gcc41.patch \
@@ -34,8 +35,7 @@ src_prepare() {
sed -i \
-e '/ -O1/d' \
-e '/ -g$/d' \
- src/Makefile.in \
- || die "sed failed"
+ src/Makefile.in || die
}
src_configure() {