summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-08-23 17:06:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-08-23 17:06:52 +0000
commitdeae36f9c8d94d8633af49874b4b0ff8b2733d2d (patch)
tree67f59e2e3f52c9226427cce68d31eac456dc717b /games-board
parentRun tools/make_requests if a user patch modifies the server protocol definiti... (diff)
downloadgentoo-2-deae36f9c8d94d8633af49874b4b0ff8b2733d2d.tar.gz
gentoo-2-deae36f9c8d94d8633af49874b4b0ff8b2733d2d.tar.bz2
gentoo-2-deae36f9c8d94d8633af49874b4b0ff8b2733d2d.zip
fix linking with ld.bfd
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/pokerth/ChangeLog5
-rw-r--r--games-board/pokerth/pokerth-0.9.5.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog
index 3c8b40a41b93..2e80ddffac5c 100644
--- a/games-board/pokerth/ChangeLog
+++ b/games-board/pokerth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/pokerth
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.41 2012/08/23 16:34:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.42 2012/08/23 17:06:52 mr_bones_ Exp $
+
+ 23 Aug 2012; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.9.5.ebuild:
+ fix linking with ld.bfd
23 Aug 2012; Michael Sterrett <mr_bones_@gentoo.org> -pokerth-0.9.4.ebuild,
pokerth-0.9.5.ebuild:
diff --git a/games-board/pokerth/pokerth-0.9.5.ebuild b/games-board/pokerth/pokerth-0.9.5.ebuild
index 32e42469c27d..50d1913bd625 100644
--- a/games-board/pokerth/pokerth-0.9.5.ebuild
+++ b/games-board/pokerth/pokerth-0.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild,v 1.5 2012/08/23 16:34:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild,v 1.6 2012/08/23 17:06:52 mr_bones_ Exp $
EAPI=2
inherit flag-o-matic eutils qt4-r2 games
@@ -65,6 +65,7 @@ src_prepare() {
}
src_configure() {
+ append-ldflags $(no-as-needed)
eqmake4
}