diff options
Diffstat (limited to 'net-libs/xulrunner/xulrunner-1.9.1.ebuild')
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.9.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/xulrunner/xulrunner-1.9.1.ebuild b/net-libs/xulrunner/xulrunner-1.9.1.ebuild index aa8dd89f019c..0a01e5b1838d 100644 --- a/net-libs/xulrunner/xulrunner-1.9.1.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.ebuild,v 1.4 2009/06/30 19:45:28 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.ebuild,v 1.5 2009/07/02 06:17:02 nirbheek Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -64,6 +64,9 @@ src_prepare() { EPATCH_FORCE="yes" \ epatch "${WORKDIR}" + # bug 276018 upstreamed, remove in 1.9.2 + epatch "${FILESDIR}/067-force-bundled-ply.patch" + # Same as in config/autoconf.mk.in MOZLIBDIR="/usr/$(get_libdir)/${PN}-${MAJ_PV}" SDKDIR="/usr/$(get_libdir)/${PN}-devel-${MAJ_PV}/sdk" |