diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-08-28 11:24:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-08-28 11:24:42 +0000 |
commit | f16596fe9e80b1a05c15ed7e493a0470d91a2f5e (patch) | |
tree | 11bb9dea6083bbf7cf63c0e133b6d383c54c4f7e /net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild | |
parent | Based on 3.0.3 + genpatches-3.0-3 + grsecurity-2.2.2-3.0.3-201108262310 (diff) | |
download | gentoo-2-f16596fe9e80b1a05c15ed7e493a0470d91a2f5e.tar.gz gentoo-2-f16596fe9e80b1a05c15ed7e493a0470d91a2f5e.tar.bz2 gentoo-2-f16596fe9e80b1a05c15ed7e493a0470d91a2f5e.zip |
Add patch from upstream to allow building without alsa, bug #360163
(Portage version: 2.1.10.11/cvs/Linux ia64)
Diffstat (limited to 'net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild')
-rw-r--r-- | net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild b/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild index 28b025589301..8dcd019e60c9 100644 --- a/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild +++ b/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.7 2011/08/13 17:20:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.8 2011/08/28 11:24:42 armin76 Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -77,6 +77,9 @@ src_prepare() { epatch "${FILESDIR}/arm-bug-644136.patch" epatch "${FILESDIR}/mozilla-2.0_arm_respect_cflags.patch" + # Allow to build without alsa USE-flag,bug #360163 + epatch "${FILESDIR}/bug-626229.patch" + # Allow user to apply any additional patches without modifing ebuild epatch_user |