summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-06-20 07:29:36 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-06-20 07:29:36 +0000
commit5ff6def75cc6a4f6096497918c02a4f124283041 (patch)
treea8f6b8385fb455cd126cd77db6d42172dc6993de /games-mud
parentVersion bump. Fixed underlinking to X11, bug #369891 thank Diego Elio PettenÃ... (diff)
downloadgentoo-2-5ff6def75cc6a4f6096497918c02a4f124283041.tar.gz
gentoo-2-5ff6def75cc6a4f6096497918c02a4f124283041.tar.bz2
gentoo-2-5ff6def75cc6a4f6096497918c02a4f124283041.zip
Fix underlink. Bug #369469
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/kildclient/ChangeLog8
-rw-r--r--games-mud/kildclient/files/kildclient-2.9.0-underlink.patch11
-rw-r--r--games-mud/kildclient/kildclient-2.9.0.ebuild7
3 files changed, 21 insertions, 5 deletions
diff --git a/games-mud/kildclient/ChangeLog b/games-mud/kildclient/ChangeLog
index 4f1ddfa98471..3506623372c8 100644
--- a/games-mud/kildclient/ChangeLog
+++ b/games-mud/kildclient/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-mud/kildclient
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/kildclient/ChangeLog,v 1.2 2009/12/09 22:36:33 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/kildclient/ChangeLog,v 1.3 2011/06/20 07:29:36 tupone Exp $
+
+ 20 Jun 2011; Tupone Alfredo <tupone@gentoo.org> kildclient-2.9.0.ebuild,
+ +files/kildclient-2.9.0-underlink.patch:
+ Fix underlink. Bug #369469 by Diego Elio Pettenò
09 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
kildclient-2.9.0.ebuild:
diff --git a/games-mud/kildclient/files/kildclient-2.9.0-underlink.patch b/games-mud/kildclient/files/kildclient-2.9.0-underlink.patch
new file mode 100644
index 000000000000..4f3a385270b5
--- /dev/null
+++ b/games-mud/kildclient/files/kildclient-2.9.0-underlink.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.am.old 2011-06-20 09:20:15.000000000 +0200
++++ src/Makefile.am 2011-06-20 09:20:25.000000000 +0200
+@@ -66,7 +66,7 @@
+ manualdir = @htmldir@
+
+
+-kildclient_LDADD = $(KILDCLIENT_LIBS) $(KILDCLIENT_PERL_LIBS) $(GTKSPELL_LIBS) $(LIBGNUTLS_LIBS) $(INTLLIBS)
++kildclient_LDADD = $(KILDCLIENT_LIBS) $(KILDCLIENT_PERL_LIBS) $(GTKSPELL_LIBS) $(LIBGNUTLS_LIBS) $(INTLLIBS) -lz
+
+ localedir = @localedir@
+
diff --git a/games-mud/kildclient/kildclient-2.9.0.ebuild b/games-mud/kildclient/kildclient-2.9.0.ebuild
index 667e2fbe50f0..823d87d0a750 100644
--- a/games-mud/kildclient/kildclient-2.9.0.ebuild
+++ b/games-mud/kildclient/kildclient-2.9.0.ebuild
@@ -1,6 +1,6 @@
-# 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-mud/kildclient/kildclient-2.9.0.ebuild,v 1.3 2010/03/04 00:45:57 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/kildclient/kildclient-2.9.0.ebuild,v 1.4 2011/06/20 07:29:36 tupone Exp $
EAPI=2
inherit autotools eutils games
@@ -25,7 +25,8 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
+ epatch "${FILESDIR}"/${P}-gentoo.patch \
+ "${FILESDIR}"/${P}-underlink.patch
eautoreconf
}