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

Collapse All | Expand All

(-)portage/app-misc/strigi/strigi-0.7.2.ebuild (-1 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit base cmake-utils
7
inherit flag-o-matic base cmake-utils
8
8
9
DESCRIPTION="Fast crawling desktop search engine with Qt4 GUI"
9
DESCRIPTION="Fast crawling desktop search engine with Qt4 GUI"
10
HOMEPAGE="http://strigi.sourceforge.net/"
10
HOMEPAGE="http://strigi.sourceforge.net/"
Lines 53-58 Link Here
53
}
53
}
54
54
55
src_configure() {
55
src_configure() {
56
	if [[ ${CHOST} == *-solaris2.10 ]] ; then
57
		append-ldflags -lrt
58
		append-flags "-D__C99FEATURES__"
59
	fi
60
56
	# Strigi needs either expat or libxml2.
61
	# Strigi needs either expat or libxml2.
57
	# However libxml2 seems to be required in both cases, linking to 2 xml parsers
62
	# However libxml2 seems to be required in both cases, linking to 2 xml parsers
58
	# is just silly, so we forcefully disable linking to expat.
63
	# is just silly, so we forcefully disable linking to expat.

Return to bug 328059