diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-02-13 11:35:28 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-02-13 11:35:28 +0000 |
commit | 1ae3642e08278dc552ff80ace7dec5bd6edc0281 (patch) | |
tree | d54d78fdc650997a1d3c4342d6ec07a3b918f0c7 /games-board | |
parent | Setting VARTEXFONTS (see bug #223077). Removed obsolete revision. (diff) | |
download | gentoo-2-1ae3642e08278dc552ff80ace7dec5bd6edc0281.tar.gz gentoo-2-1ae3642e08278dc552ff80ace7dec5bd6edc0281.tar.bz2 gentoo-2-1ae3642e08278dc552ff80ace7dec5bd6edc0281.zip |
append-ldflags removed as not needed. Bug #226895
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnubg/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/gnubg/gnubg-0.14.3-r1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games-board/gnubg/ChangeLog b/games-board/gnubg/ChangeLog index 251934a54acf..4bbf92879f50 100644 --- a/games-board/gnubg/ChangeLog +++ b/games-board/gnubg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/gnubg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.40 2009/02/04 11:56:38 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.41 2009/02/13 11:35:28 tupone Exp $ + + 13 Feb 2009; Alfredo Tupone <tupone@gentoo.org> gnubg-0.14.3-r1.ebuild: + append-ldflags removed as not needed. Bug #226895 by flameeyes@gentoo.org 04 Feb 2009; Alfredo Tupone <tupone@gentoo.org> files/gnubg-0.14.3-as-needed.patch: diff --git a/games-board/gnubg/gnubg-0.14.3-r1.ebuild b/games-board/gnubg/gnubg-0.14.3-r1.ebuild index 800ff3c01e5f..33f0aba4c506 100644 --- a/games-board/gnubg/gnubg-0.14.3-r1.ebuild +++ b/games-board/gnubg/gnubg-0.14.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild,v 1.12 2009/02/04 09:54:57 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3-r1.ebuild,v 1.13 2009/02/13 11:35:28 tupone Exp $ inherit flag-o-matic eutils games @@ -72,7 +72,6 @@ src_compile() { if use opengl ; then myconf="${myconf} --with-board3d" append-flags $(pkg-config ftgl --cflags) - append-ldflags $(pkg-config ftgl --libs) else myconf="${myconf} --without-board3d" fi |