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

(-)tora-9999.ebuild.orig (-1 / +2 lines)
Lines 52-58 Link Here
52
}
52
}
53
53
54
src_prepare() {
54
src_prepare() {
55
	epatch "${FILESDIR}"/${P}-ext-loki.patch #383109
56
	sed -i \
55
	sed -i \
57
		-e "/COPYING/ d" \
56
		-e "/COPYING/ d" \
58
		CMakeLists.txt || die "Removal of COPYING file failed"
57
		CMakeLists.txt || die "Removal of COPYING file failed"
Lines 73-78 Link Here
73
		-DWANT_BUNDLE_STANDALONE=OFF
72
		-DWANT_BUNDLE_STANDALONE=OFF
74
		-DWANT_INTERNAL_QSCINTILLA=OFF
73
		-DWANT_INTERNAL_QSCINTILLA=OFF
75
		-DWANT_INTERNAL_LOKI=OFF
74
		-DWANT_INTERNAL_LOKI=OFF
75
		-DLOKI_LIBRARY="ferrisloki"
76
		-DLOKI_INCLUDE_DIR="/usr/include/FerrisLoki"
76
		$(cmake-utils_use_enable postgres PGSQL)
77
		$(cmake-utils_use_enable postgres PGSQL)
77
		$(cmake-utils_use_want debug)
78
		$(cmake-utils_use_want debug)
78
		# path variables
79
		# path variables

Return to bug 523262