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

Collapse All | Expand All

(-)/usr/portage/net-www/nspluginwrapper/nspluginwrapper-0.9.91.4.ebuild (-1 / +7 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/net-www/nspluginwrapper/nspluginwrapper-0.9.91.4.ebuild,v 1.2 2007/05/12 09:02:31 beandog Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-0.9.91.4.ebuild,v 1.2 2007/05/12 09:02:31 beandog Exp $
4
4
5
inherit nsplugins flag-o-matic multilib
5
inherit nsplugins flag-o-matic multilib eutils
6
6
7
DESCRIPTION="Netscape Plugin Wrapper - Load 32bit plugins on 64bit browser"
7
DESCRIPTION="Netscape Plugin Wrapper - Load 32bit plugins on 64bit browser"
8
HOMEPAGE="http://www.gibix.net/projects/nspluginwrapper/"
8
HOMEPAGE="http://www.gibix.net/projects/nspluginwrapper/"
Lines 20-25 Link Here
20
DEPEND="${RDEPEND}
20
DEPEND="${RDEPEND}
21
	dev-util/pkgconfig"
21
	dev-util/pkgconfig"
22
22
23
src_unpack() {
24
	unpack ${A}
25
	cd ${S}
26
	epatch ${FILESDIR}/${P}_ssp.patch
27
}
28
23
src_compile() {
29
src_compile() {
24
	econf --with-biarch \
30
	econf --with-biarch \
25
		--with-lib32=$(ABI=x86 get_libdir) \
31
		--with-lib32=$(ABI=x86 get_libdir) \

Return to bug 177909