diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-13 07:27:17 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-13 07:27:17 +0000 |
commit | b82554a0fcbf4c1da5656187123b41cb174c7ab4 (patch) | |
tree | c793feaba28d4a5b1cc8943c5445db6cc48f0715 /games-action/deathchase3d | |
parent | [bump] dev-perl/Test-MockObject-1.201.106.120 (diff) | |
download | gentoo-2-b82554a0fcbf4c1da5656187123b41cb174c7ab4.tar.gz gentoo-2-b82554a0fcbf4c1da5656187123b41cb174c7ab4.tar.bz2 gentoo-2-b82554a0fcbf4c1da5656187123b41cb174c7ab4.zip |
Fix underlink. Bug #368875
(Portage version: 2.1.10.2/cvs/Linux x86_64)
Diffstat (limited to 'games-action/deathchase3d')
-rw-r--r-- | games-action/deathchase3d/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/deathchase3d/deathchase3d-0.9.ebuild | 7 | ||||
-rw-r--r-- | games-action/deathchase3d/files/deathchase3d-0.9-underlink.patch | 11 |
3 files changed, 22 insertions, 4 deletions
diff --git a/games-action/deathchase3d/ChangeLog b/games-action/deathchase3d/ChangeLog index a2c8f760c0ef..ca72030d7d7c 100644 --- a/games-action/deathchase3d/ChangeLog +++ b/games-action/deathchase3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/deathchase3d -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/deathchase3d/ChangeLog,v 1.4 2006/09/21 21:51:45 blubb Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/deathchase3d/ChangeLog,v 1.5 2011/06/13 07:27:17 tupone Exp $ + + 13 Jun 2011; Tupone Alfredo <tupone@gentoo.org> deathchase3d-0.9.ebuild, + +files/deathchase3d-0.9-underlink.patch: + Fix underlink. Bug #368875 by Diego Elio Pettenò 21 Sep 2006; <blubb@gentoo.org> deathchase3d-0.9.ebuild: stable on amd64 diff --git a/games-action/deathchase3d/deathchase3d-0.9.ebuild b/games-action/deathchase3d/deathchase3d-0.9.ebuild index 06efd8522cf6..06b1d9359891 100644 --- a/games-action/deathchase3d/deathchase3d-0.9.ebuild +++ b/games-action/deathchase3d/deathchase3d-0.9.ebuild @@ -1,6 +1,7 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/deathchase3d/deathchase3d-0.9.ebuild,v 1.4 2006/09/21 21:51:45 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/deathchase3d/deathchase3d-0.9.ebuild,v 1.5 2011/06/13 07:27:17 tupone Exp $ +EAPI=2 inherit games @@ -15,6 +16,8 @@ IUSE="" DEPEND="media-libs/libsdl" +PATCHES=( "${FILESDIR}"/${P}-underlink.patch ) + src_install() { dogamesbin "${PN}/${PN}" || die "dogamesbin failed" dodoc README diff --git a/games-action/deathchase3d/files/deathchase3d-0.9-underlink.patch b/games-action/deathchase3d/files/deathchase3d-0.9-underlink.patch new file mode 100644 index 000000000000..79d1f69c7525 --- /dev/null +++ b/games-action/deathchase3d/files/deathchase3d-0.9-underlink.patch @@ -0,0 +1,11 @@ +--- deathchase3d/Makefile.in.old 2011-06-13 09:22:44.140587725 +0200 ++++ deathchase3d/Makefile.in 2011-06-13 09:22:49.932942379 +0200 +@@ -248,7 +248,7 @@ + bin_PROGRAMS = deathchase3d + + deathchase3d_SOURCES = treedraw.c tree.c sprites.c objects.c level.c io.c globals.c font.c draw.c main.c +-deathchase3d_LDADD = ++deathchase3d_LDADD = -lm + + SUBDIRS = docs + |