Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 424599
Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +2 lines)
Line  Link Here
0
-- dev-games/cegui/cegui-0.7.6-r1.ebuild
0
++ dev-games/cegui/cegui-0.7.7.ebuild
Lines 15-21 Link Here
15
15
16
LICENSE="MIT"
16
LICENSE="MIT"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="amd64 -ppc ~x86"
18
KEYWORDS="~amd64 -ppc ~x86"
19
IUSE="bidi debug devil doc examples expat gtk irrlicht lua ogre opengl pcre static-libs tinyxml truetype xerces-c xml zip"
19
IUSE="bidi debug devil doc examples expat gtk irrlicht lua ogre opengl pcre static-libs tinyxml truetype xerces-c xml zip"
20
REQUIRED_USE="|| ( expat tinyxml xerces-c xml )" # bug 362223
20
REQUIRED_USE="|| ( expat tinyxml xerces-c xml )" # bug 362223
21
21
Lines 70-80 Link Here
70
		cp -r Samples Samples.clean
70
		cp -r Samples Samples.clean
71
		rm -f $(find Samples.clean -name 'Makefile*')
71
		rm -f $(find Samples.clean -name 'Makefile*')
72
	fi
72
	fi
73
74
	# zlib-1.2.5.1-r1 renames the OF macro in zconf.h, bug #420293
75
	# and http://www.cegui.org.uk/mantis/view.php?id=813
76
	sed -i '1i#define OF(x) x' \
77
		"${S2}"/cegui/src/minizip/{ioapi,unzip}.h || die
78
}
73
}
79
74
80
src_configure() {
75
src_configure() {

Return to bug 424599