summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-12-15 12:13:25 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-12-15 12:13:25 +0000
commitaf498a7d792a17365590e7fa1893d69b47079a00 (patch)
treeabe48f53d39d3be484152975060e311130ee1f73 /games-board/ggz-gtk-client
parentStable for AMD64, wrt bug #393965 (diff)
downloadgentoo-2-af498a7d792a17365590e7fa1893d69b47079a00.tar.gz
gentoo-2-af498a7d792a17365590e7fa1893d69b47079a00.tar.bz2
gentoo-2-af498a7d792a17365590e7fa1893d69b47079a00.zip
Further fix underlink. Bug #372057
(Portage version: 2.1.10.40/cvs/Linux i686)
Diffstat (limited to 'games-board/ggz-gtk-client')
-rw-r--r--games-board/ggz-gtk-client/ChangeLog7
-rw-r--r--games-board/ggz-gtk-client/files/ggz-gtk-client-0.0.14.1-underlink.patch11
-rw-r--r--games-board/ggz-gtk-client/ggz-gtk-client-0.0.14.1.ebuild5
3 files changed, 20 insertions, 3 deletions
diff --git a/games-board/ggz-gtk-client/ChangeLog b/games-board/ggz-gtk-client/ChangeLog
index c1f8fc58cf39..609054c60f77 100644
--- a/games-board/ggz-gtk-client/ChangeLog
+++ b/games-board/ggz-gtk-client/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-board/ggz-gtk-client
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-client/ChangeLog,v 1.22 2011/06/22 04:02:10 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-client/ChangeLog,v 1.23 2011/12/15 12:13:25 tupone Exp $
+
+ 15 Dec 2011; Tupone Alfredo <tupone@gentoo.org>
+ ggz-gtk-client-0.0.14.1.ebuild,
+ +files/ggz-gtk-client-0.0.14.1-underlink.patch:
+ Further fix underlink. Bug #372057 by Diego Elio Pettenò
22 Jun 2011; Tupone Alfredo <tupone@gentoo.org>
ggz-gtk-client-0.0.14.1.ebuild:
diff --git a/games-board/ggz-gtk-client/files/ggz-gtk-client-0.0.14.1-underlink.patch b/games-board/ggz-gtk-client/files/ggz-gtk-client-0.0.14.1-underlink.patch
new file mode 100644
index 000000000000..466d6b6e7ee5
--- /dev/null
+++ b/games-board/ggz-gtk-client/files/ggz-gtk-client-0.0.14.1-underlink.patch
@@ -0,0 +1,11 @@
+--- ggz-gtk/Makefile.am.old 2011-12-15 10:56:10.060319162 +0100
++++ ggz-gtk/Makefile.am 2011-12-15 10:56:15.830319202 +0100
+@@ -73,7 +73,7 @@
+ xtext-ggz.h
+
+ libggz_gtk_la_LIBADD = $(GTK_LIBS) $(LDADD) $(LIBS) $(INTLLIBS) \
+- $(LIB_GGZCORE) $(LIB_GGZ) $(LIB_GETTEXT)
++ $(LIB_GGZCORE) $(LIB_GGZ) $(LIB_GETTEXT) -lX11
+ libggz_gtk_la_LDFLAGS = $(GGZCORE_LDFLAGS) $(LIBGGZ_LDFLAGS) -version-info 1:0:0
+
+ #if WIN32
diff --git a/games-board/ggz-gtk-client/ggz-gtk-client-0.0.14.1.ebuild b/games-board/ggz-gtk-client/ggz-gtk-client-0.0.14.1.ebuild
index abf24bf6970f..196892982bc5 100644
--- a/games-board/ggz-gtk-client/ggz-gtk-client-0.0.14.1.ebuild
+++ b/games-board/ggz-gtk-client/ggz-gtk-client-0.0.14.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-client/ggz-gtk-client-0.0.14.1.ebuild,v 1.7 2011/06/22 04:02:10 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-client/ggz-gtk-client-0.0.14.1.ebuild,v 1.8 2011/12/15 12:13:25 tupone Exp $
EAPI=2
-inherit autotools games-ggz
+inherit eutils autotools games-ggz
DESCRIPTION="The GTK+ client for GGZ Gaming Zone"
@@ -21,6 +21,7 @@ DEPEND="${RDEPEND}
sys-devel/gettext"
src_prepare() {
+ epatch "${FILESDIR}"/${P}-underlink.patch
eautoreconf
}