diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-21 13:32:59 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-21 13:32:59 +0000 |
commit | 48ab5fd391bab1a7d9b8527c6670f757125088e9 (patch) | |
tree | e2c174c7ebde06ce58e6fe1898eca3c8f5b8facf /games-fps/qudos/qudos-0.40.1.ebuild | |
parent | Fix line handling if package is not installed and contains special character.... (diff) | |
download | historical-48ab5fd391bab1a7d9b8527c6670f757125088e9.tar.gz historical-48ab5fd391bab1a7d9b8527c6670f757125088e9.tar.bz2 historical-48ab5fd391bab1a7d9b8527c6670f757125088e9.zip |
Fix building with libpng15 (missing zlib.h include) wrt #387945 by "Jared"
Package-Manager: portage-2.2.0_alpha69/cvs/Linux x86_64
Diffstat (limited to 'games-fps/qudos/qudos-0.40.1.ebuild')
-rw-r--r-- | games-fps/qudos/qudos-0.40.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-fps/qudos/qudos-0.40.1.ebuild b/games-fps/qudos/qudos-0.40.1.ebuild index 8fc9b9d915dc..95b9e599efb3 100644 --- a/games-fps/qudos/qudos-0.40.1.ebuild +++ b/games-fps/qudos/qudos-0.40.1.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-fps/qudos/qudos-0.40.1.ebuild,v 1.15 2011/10/08 21:26:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/qudos/qudos-0.40.1.ebuild,v 1.16 2011/10/21 13:32:59 ssuominen Exp $ EAPI=2 inherit eutils toolchain-funcs games @@ -116,6 +116,8 @@ src_prepare() { has_version '>=sys-libs/zlib-1.2.5.1-r1' && \ sed -i -e '1i#define OF(x) x' src/qcommon/unzip/ioapi.h + + epatch "${FILESDIR}"/${P}-libpng15.patch } src_compile() { |