diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-10 22:35:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-10 22:35:04 +0000 |
commit | 9739af6e04511e6d130e6f40887f0451640dbd4c (patch) | |
tree | c6c9e15e496238426b7bb33e1dcf3c81b3a4b5b2 /games-fps | |
parent | Remove old version, leaving the last fbsd version keyworded to just fbsd (diff) | |
download | gentoo-2-9739af6e04511e6d130e6f40887f0451640dbd4c.tar.gz gentoo-2-9739af6e04511e6d130e6f40887f0451640dbd4c.tar.bz2 gentoo-2-9739af6e04511e6d130e6f40887f0451640dbd4c.zip |
Fix building with libpng14 wrt #308891 by Locke Shinseiko.
(Portage version: 2.2_rc66/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/industri/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/industri/industri-1.01.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/games-fps/industri/ChangeLog b/games-fps/industri/ChangeLog index 77168a1a02b0..cf0b2a77c6ac 100644 --- a/games-fps/industri/ChangeLog +++ b/games-fps/industri/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/industri -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/ChangeLog,v 1.10 2008/01/30 17:30:00 nyhm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/ChangeLog,v 1.11 2010/03/10 22:35:04 ssuominen Exp $ + + 10 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> industri-1.01.ebuild: + Fix building with libpng14 wrt #308891 by Locke Shinseiko. 30 Jan 2008; Tristan Heaven <nyhm@gentoo.org> industri-1.01.ebuild: Depend on virtual/opengl and not media-libs/mesa diff --git a/games-fps/industri/industri-1.01.ebuild b/games-fps/industri/industri-1.01.ebuild index 1b3d4da0ddc9..cf8d665b0b13 100644 --- a/games-fps/industri/industri-1.01.ebuild +++ b/games-fps/industri/industri-1.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.15 2008/01/30 17:30:00 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.16 2010/03/10 22:35:04 ssuominen Exp $ inherit eutils toolchain-funcs games @@ -48,6 +48,10 @@ src_unpack() { fi done + sed -i \ + -e 's:png_set_gray_1_2_4_to_8:png_set_expand_gray_1_2_4_to_8:g' \ + gl_warp.c || die + epatch "${FILESDIR}"/${P}-exec-stack.patch } |