diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-24 11:52:06 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-24 11:52:06 +0000 |
commit | 63cad1c3159808a9fa761f3fd86da3d16f286bbc (patch) | |
tree | 0e735f50074e3df1a502359872ed7b193b512ec1 /games-mud/tintin | |
parent | Drop sparc keywords (diff) | |
download | gentoo-2-63cad1c3159808a9fa761f3fd86da3d16f286bbc.tar.gz gentoo-2-63cad1c3159808a9fa761f3fd86da3d16f286bbc.tar.bz2 gentoo-2-63cad1c3159808a9fa761f3fd86da3d16f286bbc.zip |
Fix build with non-GNU/bfd ld. Bug #369777
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-mud/tintin')
-rw-r--r-- | games-mud/tintin/ChangeLog | 6 | ||||
-rw-r--r-- | games-mud/tintin/files/tintin-2.00.6-ldpermission.patch | 11 | ||||
-rw-r--r-- | games-mud/tintin/tintin-2.00.6.ebuild | 4 |
3 files changed, 19 insertions, 2 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog index ceac6978571d..96e9c3012be9 100644 --- a/games-mud/tintin/ChangeLog +++ b/games-mud/tintin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-mud/tintin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.112 2011/05/14 14:05:26 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.113 2011/06/24 11:52:06 tupone Exp $ + + 24 Jun 2011; Tupone Alfredo <tupone@gentoo.org> tintin-2.00.6.ebuild, + +files/tintin-2.00.6-ldpermission.patch: + Fix build with non-GNU/bfd ld. Bug #369777 by Diego Elio Pettenò 14 May 2011; Thomas Kahle <tomka@gentoo.org> tintin-2.00.6.ebuild: x86 stable per bug 363639 diff --git a/games-mud/tintin/files/tintin-2.00.6-ldpermission.patch b/games-mud/tintin/files/tintin-2.00.6-ldpermission.patch new file mode 100644 index 000000000000..3899ba008e91 --- /dev/null +++ b/games-mud/tintin/files/tintin-2.00.6-ldpermission.patch @@ -0,0 +1,11 @@ +--- Makefile.in.old 2011-06-24 13:41:36.874647127 +0200 ++++ Makefile.in 2011-06-24 13:44:40.024430170 +0200 +@@ -37,7 +37,7 @@ + + INCS = @MYINCLUDE@ + +-LIBS = @MYLIB@ @LIBS@ ++LIBS = @LIBS@ + + # If you prefer to be able to enter ISO latin-1 characters instead + # of being able to use the meta key for special emacs-like commands diff --git a/games-mud/tintin/tintin-2.00.6.ebuild b/games-mud/tintin/tintin-2.00.6.ebuild index bd2511b48c77..40a890a32500 100644 --- a/games-mud/tintin/tintin-2.00.6.ebuild +++ b/games-mud/tintin/tintin-2.00.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.00.6.ebuild,v 1.3 2011/05/14 14:05:26 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.00.6.ebuild,v 1.4 2011/06/24 11:52:06 tupone Exp $ inherit games @@ -20,6 +20,8 @@ DEPEND="sys-libs/zlib S=${WORKDIR}/tt/src +PATCHES=( "${FILESDIR}"/${P}-ldpermission.patch ) + src_install () { dogamesbin tt++ || die "dogamesbin failed" dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*} |