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

Collapse All | Expand All

(-)a/games-engines/openmw/openmw-9999.ebuild (-5 / +1 lines)
Lines 62-68 BDEPEND=" Link Here
62
PATCHES=(
62
PATCHES=(
63
	"${FILESDIR}"/openmw-0.47.0-mygui-license.patch
63
	"${FILESDIR}"/openmw-0.47.0-mygui-license.patch
64
	"${FILESDIR}"/openmw-0.46.0-recastnavigation.patch
65
)
64
)
66
src_prepare() {
65
src_prepare() {
Lines 70-79 src_prepare() { Link Here
70
	# Use the system tinyxml headers
69
	# Use the system tinyxml headers
71
	rm -v extern/oics/tiny{str,xml}* || die
70
	rm -v extern/oics/tiny{str,xml}* || die
72
73
	# Unbundle recastnavigation
74
	rm -vr extern/recastnavigation || die
75
	sed -i "s#GENTOO_RECAST_LIBDIR#${EPREFIX}/usr/$(get_libdir)#" CMakeLists.txt || die
76
}
71
}
77
src_configure() {
72
src_configure() {
Lines 97-102 src_configure() { Link Here
97
		-DUSE_SYSTEM_TINYXML=ON
92
		-DUSE_SYSTEM_TINYXML=ON
98
		-DDESIRED_QT_VERSION=5
93
		-DDESIRED_QT_VERSION=5
99
		-DBULLET_USE_DOUBLES=ON
94
		-DBULLET_USE_DOUBLES=ON
95
		-DOPENMW_USE_SYSTEM_RECASTNAVIGATION=ON
100
	)
96
	)
101
	cmake_src_configure
97
	cmake_src_configure

Return to bug 773211