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

Collapse All | Expand All

(-)devhelp-0.21.ebuild (-2 / +6 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/dev-util/devhelp/devhelp-0.21.ebuild,v 1.4 2009/03/11 02:02:41 dang Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.21.ebuild,v 1.4 2009/03/11 02:02:41 dang Exp $
4
4
5
inherit toolchain-funcs gnome2 python
5
inherit toolchain-funcs gnome2 python eutils autotools
6
6
7
DESCRIPTION="An API documentation browser for GNOME 2"
7
DESCRIPTION="An API documentation browser for GNOME 2"
8
HOMEPAGE="http://developer.imendio.com/wiki/Devhelp"
8
HOMEPAGE="http://developer.imendio.com/wiki/Devhelp"
Lines 32-42 Link Here
32
	# disable pyc compiling
32
	# disable pyc compiling
33
	mv py-compile py-compile.orig
33
	mv py-compile py-compile.orig
34
	ln -s $(type -P true) py-compile
34
	ln -s $(type -P true) py-compile
35
	
36
	# Fix bug #250306
37
	epatch "${FILESDIR}"/${P}-xulrunner-1.9.patch
38
	eautoreconf
35
}
39
}
36
40
37
pkg_setup() {
41
pkg_setup() {
38
	G2CONF="$(use_with zlib)
42
	G2CONF="$(use_with zlib)
39
		--with-gecko=libxul-embedding"
43
		--with-gecko=libxul --with-gecko-home=/usr/$(get_libdir)/xulrunner-1.9"
40
44
41
	# ICC is crazy, silence warnings (bug #154010)
45
	# ICC is crazy, silence warnings (bug #154010)
42
	if [[ $(tc-getCC) == "icc" ]] ; then
46
	if [[ $(tc-getCC) == "icc" ]] ; then

Return to bug 250306