Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509180 | Differences between
and this patch

Collapse All | Expand All

(-)/var/paludis/repositories/gentoo/dev-games/cegui/cegui-0.8.3.ebuild (+6 lines)
Lines 56-61 Link Here
56
	doc? ( app-doc/doxygen )
56
	doc? ( app-doc/doxygen )
57
	opengl? ( media-libs/glm )"
57
	opengl? ( media-libs/glm )"
58
58
59
src_prepare() {
60
	rm cmake/FindFreetype.cmake || die "failed to remove FindFreetype.cmake"
61
62
	epatch "${FILESDIR}/${P}-freetype.patch"
63
}
64
59
src_configure() {
65
src_configure() {
60
	# http://www.cegui.org.uk/mantis/view.php?id=991
66
	# http://www.cegui.org.uk/mantis/view.php?id=991
61
	append-ldflags $(no-as-needed)
67
	append-ldflags $(no-as-needed)

Return to bug 509180