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

Collapse All | Expand All

(-)a/stardict-3.0.3-r2.ebuild (-2 / +8 lines)
Lines 13-19 Link Here
13
GNOME2_LA_PUNT=yes
13
GNOME2_LA_PUNT=yes
14
GCONF_DEBUG=no
14
GCONF_DEBUG=no
15
15
16
inherit eutils gnome2
16
inherit eutils autotools gnome2
17
17
18
DESCRIPTION="A international dictionary supporting fuzzy and glob style matching"
18
DESCRIPTION="A international dictionary supporting fuzzy and glob style matching"
19
HOMEPAGE="http://code.google.com/p/stardict-3/"
19
HOMEPAGE="http://code.google.com/p/stardict-3/"
Lines 77-84 Link Here
77
		"${FILESDIR}"/${P}-gcc46.patch \
77
		"${FILESDIR}"/${P}-gcc46.patch \
78
		"${FILESDIR}"/${P}-compositelookup_cpp.patch \
78
		"${FILESDIR}"/${P}-compositelookup_cpp.patch \
79
		"${FILESDIR}"/${P}-overflow.patch \
79
		"${FILESDIR}"/${P}-overflow.patch \
80
		"${FILESDIR}"/${P}-zlib-1.2.5.2.patch
80
		"${FILESDIR}"/${P}-zlib-1.2.5.2.patch \
81
		"${FILESDIR}"/${P}-underlink.patch
81
82
83
	# remove gconf macro, otherwise autoreconf fails without gconf
84
	if ! use gnome; then
85
		sed -ie '/AM_GCONF_SOURCE_2/d' dict/configure.ac || die "sed failed"
86
	fi
87
	eautoreconf
82
	gnome2_src_prepare
88
	gnome2_src_prepare
83
}
89
}
84
90

Return to bug 464148