summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-02-11 08:46:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-02-11 08:46:18 +0000
commitb4e3faf0920533afd2bd9b6518a605711422c07a (patch)
tree86afbef4f3845b256fced37c58993503fbae6c7c /dev-games/cegui
parentdisable plugin cache update in src_install (diff)
downloadgentoo-2-b4e3faf0920533afd2bd9b6518a605711422c07a.tar.gz
gentoo-2-b4e3faf0920533afd2bd9b6518a605711422c07a.tar.bz2
gentoo-2-b4e3faf0920533afd2bd9b6518a605711422c07a.zip
... and the older ebuild as well.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'dev-games/cegui')
-rw-r--r--dev-games/cegui/cegui-0.5.0b-r3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-games/cegui/cegui-0.5.0b-r3.ebuild b/dev-games/cegui/cegui-0.5.0b-r3.ebuild
index f3735aa5828e..21df7e8a2d91 100644
--- a/dev-games/cegui/cegui-0.5.0b-r3.ebuild
+++ b/dev-games/cegui/cegui-0.5.0b-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.5.0b-r3.ebuild,v 1.4 2007/09/06 07:28:52 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.5.0b-r3.ebuild,v 1.5 2009/02/11 08:46:18 mr_bones_ Exp $
inherit autotools eutils
@@ -33,6 +33,10 @@ S=${WORKDIR}/${MY_P/b}
src_unpack() {
unpack ${A}
cd "${S}"
+ sed -i \
+ -e 's/ILvoid/void/g' \
+ ImageCodecModules/DevILImageCodec/CEGUIDevILImageCodec.cpp \
+ || die "sed failed"
if use examples ; then
cp -r Samples Samples.clean
rm -f $(find Samples.clean -name 'Makefile*')