diff options
Diffstat (limited to 'sys-libs/db/db-5.3.28.ebuild')
-rw-r--r-- | sys-libs/db/db-5.3.28.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-libs/db/db-5.3.28.ebuild b/sys-libs/db/db-5.3.28.ebuild index 6736f4e282f3..1f8ee8d574b8 100644 --- a/sys-libs/db/db-5.3.28.ebuild +++ b/sys-libs/db/db-5.3.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.3.28.ebuild,v 1.2 2014/01/18 04:14:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.3.28.ebuild,v 1.3 2014/05/20 13:19:07 polynomial-c Exp $ EAPI=4 inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib @@ -50,6 +50,9 @@ src_prepare() { epatch "${DISTDIR}"/patch."${MY_PV}"."${i}" done + # bug #510506 + epatch "${FILESDIR}"/${PN}-4.8.24-java-manifest-location.patch + # use the includes from the prefix epatch "${FILESDIR}"/${PN}-4.6-jni-check-prefix-first.patch epatch "${FILESDIR}"/${PN}-4.3-listen-to-java-options.patch |