summaryrefslogtreecommitdiff
path: root/sys-libs/db/db-5.3.28-r4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/db/db-5.3.28-r4.ebuild')
-rw-r--r--sys-libs/db/db-5.3.28-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-5.3.28-r4.ebuild b/sys-libs/db/db-5.3.28-r4.ebuild
index feb6b08177b5..d7e61dc35ab2 100644
--- a/sys-libs/db/db-5.3.28-r4.ebuild
+++ b/sys-libs/db/db-5.3.28-r4.ebuild
@@ -52,7 +52,7 @@ PATCHES=(
# use the includes from the prefix
"${FILESDIR}"/${PN}-4.6-jni-check-prefix-first.patch
- "${FILESDIR}"/${PN}-4.3-listen-to-java-options.patch
+ "${FILESDIR}"/${PN}-4.2-listen-to-java-options.patch
# sqlite configure call has an extra leading ..
# upstreamed:5.2.36, missing in 5.3.x
@@ -88,7 +88,7 @@ src_prepare() {
# This supersedes the unused jarlocation patches.
sed -r \
-e '/jarfile=.*\.jar$/s,(.jar$),-$(LIBVERSION)\1,g' \
- dist/Makefile.in || die
+ -i dist/Makefile.in || die
cd dist || die
rm aclocal/libtool.m4 || die