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

Collapse All | Expand All

(-)xulrunner-2.0.1-r1.ebuild (-2 / +10 lines)
Lines 19-25 Link Here
19
DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications"
19
DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications"
20
HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner"
20
HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner"
21
21
22
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
22
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
23
SLOT="1.9"
23
SLOT="1.9"
24
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
24
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
25
IUSE="+crashreporter gconf +ipc system-sqlite +webm"
25
IUSE="+crashreporter gconf +ipc system-sqlite +webm"
Lines 40-46 Link Here
40
	virtual/libffi
40
	virtual/libffi
41
	system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] )
41
	system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] )
42
	webm? ( media-libs/libvpx
42
	webm? ( media-libs/libvpx
43
		media-libs/alsa-lib
43
		kernel_linux? ( media-libs/alsa-lib )
44
		media-libs/mesa )
44
		media-libs/mesa )
45
	!www-plugins/weave"
45
	!www-plugins/weave"
46
46
Lines 80-85 Link Here
80
	# Allow to build without alsa USE-flag,bug #360163
80
	# Allow to build without alsa USE-flag,bug #360163
81
	epatch "${FILESDIR}/bug-626229.patch"
81
	epatch "${FILESDIR}/bug-626229.patch"
82
82
83
	# FreeBSD patch
84
	if use elibc_FreeBSD; then
85
		epatch "${FILESDIR}"/${P}-freebsd.patch
86
	fi
87
83
	# Allow user to apply any additional patches without modifing ebuild
88
	# Allow user to apply any additional patches without modifing ebuild
84
	epatch_user
89
	epatch_user
85
90
Lines 124-129 Link Here
124
	eautoreconf
129
	eautoreconf
125
130
126
	cd js/src
131
	cd js/src
132
	if use elibc_FreeBSD; then
133
		echo pthread_np.h >> config/system-headers || die
134
	fi
127
	eautoreconf
135
	eautoreconf
128
}
136
}
129
137

Return to bug 275807