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

(-)sablotron-1.0.3.ebuild.old (-4 / +9 lines)
Lines 24-37 Link Here
24
24
25
PATCHES="${FILESDIR}/1.0.3-libsablot-expat.patch"
25
PATCHES="${FILESDIR}/1.0.3-libsablot-expat.patch"
26
26
27
src_compile() {
27
src_unpack() {
28
	# Don't use --without-html-dir, since that ends up installing files under
28
	unpack ${A}
29
	# the /no directory
29
	cd "${S}"
30
	local myconf="--with-html-dir=/usr/share/doc/${PF}/html"
31
30
32
	# Please make sure at least elibtoolize is run, else we get references
31
	# Please make sure at least elibtoolize is run, else we get references
33
	# to PORTAGE_TMPDIR in /usr/lib/libsablot.la ...
32
	# to PORTAGE_TMPDIR in /usr/lib/libsablot.la ...
34
	eautoreconf
33
	eautoreconf
34
}
35
36
src_compile() {
37
	# Don't use --without-html-dir, since that ends up installing files under
38
	# the /no directory
39
	local myconf="--with-html-dir=/usr/share/doc/${PF}/html"
35
40
36
	use perl && myconf="${myconf} --enable-perlconnect"
41
	use perl && myconf="${myconf} --enable-perlconnect"
37
42

Return to bug 234683