diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-14 19:36:52 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-14 19:36:52 +0000 |
commit | bf75dae43b22db872904b651ad5ec4db00ba31e7 (patch) | |
tree | d19f153124796102596eab811a8876f172dd2cb0 /games-util/xqf | |
parent | amd64/x86 stable, bug #370441 (diff) | |
download | gentoo-2-bf75dae43b22db872904b651ad5ec4db00ba31e7.tar.gz gentoo-2-bf75dae43b22db872904b651ad5ec4db00ba31e7.tar.bz2 gentoo-2-bf75dae43b22db872904b651ad5ec4db00ba31e7.zip |
Fix underlink. Bug #368915
(Portage version: 2.1.10.2/cvs/Linux x86_64)
Diffstat (limited to 'games-util/xqf')
-rw-r--r-- | games-util/xqf/ChangeLog | 10 | ||||
-rw-r--r-- | games-util/xqf/files/xqf-1.0.5-underlink.patch | 10 | ||||
-rw-r--r-- | games-util/xqf/xqf-1.0.5.ebuild | 12 |
3 files changed, 23 insertions, 9 deletions
diff --git a/games-util/xqf/ChangeLog b/games-util/xqf/ChangeLog index 70d49250421e..abe027640782 100644 --- a/games-util/xqf/ChangeLog +++ b/games-util/xqf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/xqf -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.31 2010/01/07 23:13:58 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.32 2011/06/14 19:36:52 tupone Exp $ + + 14 Jun 2011; Tupone Alfredo <tupone@gentoo.org> xqf-1.0.5.ebuild, + +files/xqf-1.0.5-underlink.patch: + Fix underlink. Bug #368915 by Diego Elio Pettenò 07 Jan 2010; Joseph Jezak <josejx@gentoo.org> xqf-1.0.5.ebuild: Marked ppc stable for bug #294529. @@ -152,7 +156,7 @@ fix sourceforge mirroring. 13 April 2002; Bart Verwilst <verwilst@gentoo.org>: just added a - description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.31 2010/01/07 23:13:58 josejx Exp $ + description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.32 2011/06/14 19:36:52 tupone Exp $ *xqf-0.9.8 (6 Apr 2002) diff --git a/games-util/xqf/files/xqf-1.0.5-underlink.patch b/games-util/xqf/files/xqf-1.0.5-underlink.patch new file mode 100644 index 000000000000..523204cd9247 --- /dev/null +++ b/games-util/xqf/files/xqf-1.0.5-underlink.patch @@ -0,0 +1,10 @@ +--- src/Makefile.in.old 2011-06-14 21:32:28.929746563 +0200 ++++ src/Makefile.in 2011-06-14 21:32:46.567818865 +0200 +@@ -311,6 +311,7 @@ + $(GEOIP_LIB) \ + $(PACKAGE_LIBS) \ + $(GDK_PIXBUF_LIBS) \ ++ -lX11 -ldl \ + -lz + + xqf_LDFLAGS = -Wl,-rpath,$(pkglibdir) -Wl,--export-dynamic -Wl,--version-script=$(top_srcdir)/src/xqf.map diff --git a/games-util/xqf/xqf-1.0.5.ebuild b/games-util/xqf/xqf-1.0.5.ebuild index 1c73fe80f54c..80f185b74dd0 100644 --- a/games-util/xqf/xqf-1.0.5.ebuild +++ b/games-util/xqf/xqf-1.0.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.8 2010/01/07 23:13:58 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.9 2011/06/14 19:36:52 tupone Exp $ EAPI=2 -inherit eutils +inherit base eutils DESCRIPTION="A server browser for many FPS games (frontend for qstat)" HOMEPAGE="http://www.linuxgames.com/xqf/" @@ -23,9 +23,9 @@ DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext )" -src_prepare() { - epatch "${FILESDIR}"/${P}-cpu-overrun.patch # bug #288853 -} +# bug #288853 +PATCHES=( "${FILESDIR}"/${P}-cpu-overrun.patch + "${FILESDIR}"/${P}-underlink.patch ) src_configure() { econf \ |