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

Collapse All | Expand All

(-)sablotron-1.0.3.ebuild (-2 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.3.ebuild,v 1.1 2007/03/14 02:16:28 leonardop Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.3.ebuild,v 1.1 2007/03/14 02:16:28 leonardop Exp $
4
4
5
inherit libtool flag-o-matic
5
inherit base autotools flag-o-matic
6
6
7
MY_PN="Sablot"
7
MY_PN="Sablot"
8
MY_P="${MY_PN}-${PV}"
8
MY_P="${MY_PN}-${PV}"
Lines 22-27 Link Here
22
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
23
	doc? ( >=dev-perl/XML-Parser-2.3 )"
23
	doc? ( >=dev-perl/XML-Parser-2.3 )"
24
24
25
PATCHES="${FILESDIR}/1.0.3-libsablot-expat.patch"
25
26
26
src_compile() {
27
src_compile() {
27
	# Don't use --without-html-dir, since that ends up installing files under
28
	# Don't use --without-html-dir, since that ends up installing files under
Lines 30-36 Link Here
30
31
31
	# Please do not remove, else we get references to PORTAGE_TMPDIR
32
	# Please do not remove, else we get references to PORTAGE_TMPDIR
32
	# in /usr/lib/libsablot.la ...
33
	# in /usr/lib/libsablot.la ...
33
	elibtoolize
34
	eautoreconf
34
35
35
	use perl && myconf="${myconf} --enable-perlconnect"
36
	use perl && myconf="${myconf} --enable-perlconnect"
36
37

Return to bug 148412