diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-22 04:15:58 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-22 04:15:58 +0000 |
commit | 78ad89bf8bb38c375622be6d2d28da9aa51edd71 (patch) | |
tree | e12a6f9191a49bc13b6d8f3a02968d3890aabac1 /games-arcade | |
parent | Fix underlink. Bug #372057 (diff) | |
download | gentoo-2-78ad89bf8bb38c375622be6d2d28da9aa51edd71.tar.gz gentoo-2-78ad89bf8bb38c375622be6d2d28da9aa51edd71.tar.bz2 gentoo-2-78ad89bf8bb38c375622be6d2d28da9aa51edd71.zip |
Fix underlink. Bug #372011
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/holotz-castle/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/holotz-castle/files/holotz-castle-1.3.14-underlink.patch | 11 | ||||
-rw-r--r-- | games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild | 5 |
3 files changed, 20 insertions, 4 deletions
diff --git a/games-arcade/holotz-castle/ChangeLog b/games-arcade/holotz-castle/ChangeLog index dea9867b4a2c..416a460b0890 100644 --- a/games-arcade/holotz-castle/ChangeLog +++ b/games-arcade/holotz-castle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/holotz-castle -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/ChangeLog,v 1.13 2009/12/17 21:35:10 pacho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/ChangeLog,v 1.14 2011/06/22 04:15:58 tupone Exp $ + + 22 Jun 2011; Tupone Alfredo <tupone@gentoo.org> holotz-castle-1.3.14.ebuild, + +files/holotz-castle-1.3.14-underlink.patch: + Fix underlink. Bug #372011 by Diego Elio Pettenò 17 Dec 2009; Pacho Ramos <pacho@gentoo.org> holotz-castle-1.3.14.ebuild: amd64 stable, bug 294526 diff --git a/games-arcade/holotz-castle/files/holotz-castle-1.3.14-underlink.patch b/games-arcade/holotz-castle/files/holotz-castle-1.3.14-underlink.patch new file mode 100644 index 000000000000..2e23b2a40995 --- /dev/null +++ b/games-arcade/holotz-castle/files/holotz-castle-1.3.14-underlink.patch @@ -0,0 +1,11 @@ +--- src/Makefile.old 2011-06-22 06:09:53.195025702 +0200 ++++ src/Makefile 2011-06-22 06:10:54.774927134 +0200 +@@ -43,7 +43,7 @@ + # Definir -D_JLIB_DEBUG para debug con JLib. Ponerlo también en el Makefile de JLib. + # Define -D_JLIB_DEBUG for JLib debug mode. Put it also in JLib's Makefile. + CXXFLAGS+=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -Wall -Wshadow +-LDLIBS=-L. -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` ++LDLIBS=-L. -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` -lm -lz + + + JLib: diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild index db67dfdfd092..a1df0a68b2a6 100644 --- a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild +++ b/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild,v 1.3 2009/12/17 21:35:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild,v 1.4 2011/06/22 04:15:58 tupone Exp $ EAPI=2 inherit eutils toolchain-funcs games @@ -25,6 +25,7 @@ S=${WORKDIR}/${P}-src PATCHES=( "${FILESDIR}"/${P}-build.patch "${FILESDIR}"/${P}-gcc44.patch + "${FILESDIR}"/${P}-underlink.patch ) src_compile() { |