--- /usr/portage/net-www/nspluginwrapper/nspluginwrapper-0.9.91.4.ebuild 2007-05-12 02:06:12.000000000 -0700 +++ nspluginwrapper-0.9.91.4.ebuild 2007-08-20 20:54:44.000000000 -0700 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $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 $ -inherit nsplugins flag-o-matic multilib +inherit nsplugins flag-o-matic multilib eutils DESCRIPTION="Netscape Plugin Wrapper - Load 32bit plugins on 64bit browser" HOMEPAGE="http://www.gibix.net/projects/nspluginwrapper/" @@ -20,6 +20,12 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}_ssp.patch +} + src_compile() { econf --with-biarch \ --with-lib32=$(ABI=x86 get_libdir) \