aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-07-07 17:44:25 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-07-07 17:44:51 +0200
commit171d97cb3d4767dbd9be655220810616e1a76f3b (patch)
treedd4d6c3633faf780dd305ae05b5838441ff54df2 /dev-java
parentapp-text/md4c: new package (diff)
downloadguru-171d97cb3d4767dbd9be655220810616e1a76f3b.tar.gz
guru-171d97cb3d4767dbd9be655220810616e1a76f3b.tar.bz2
guru-171d97cb3d4767dbd9be655220810616e1a76f3b.zip
dev-java/gluegen: redo the patch
Closes: https://bugs.gentoo.org/856853 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/gluegen/files/gluegen-2.3.2-dont-strip.patch3
-rw-r--r--dev-java/gluegen/gluegen-2.3.2.ebuild2
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-java/gluegen/files/gluegen-2.3.2-dont-strip.patch b/dev-java/gluegen/files/gluegen-2.3.2-dont-strip.patch
index 0a06e96c57..cad139ea6f 100644
--- a/dev-java/gluegen/files/gluegen-2.3.2-dont-strip.patch
+++ b/dev-java/gluegen/files/gluegen-2.3.2-dont-strip.patch
@@ -1,6 +1,6 @@
--- a/make/gluegen-cpptasks-base.xml
+++ b/make/gluegen-cpptasks-base.xml
-@@ -1872,16 +1872,6 @@
+@@ -1779,17 +1779,6 @@
- Helper strip.libraries for stripping off debug information
-->
<target name="gluegen.cpptasks.striplibs" depends="gluegen.cpptasks.initialize" if="c.strip.libraries">
@@ -12,6 +12,7 @@
- <include name="**/*.so"/> <!-- unix -->
- <include name="**/*.dll"/> <!-- windows -->
- <include name="**/*.dylib"/> <!-- macosx -->
+- <include name="**/*.jnilib"/> <!-- macosx -->
- </fileset>
- </apply>
</target>
diff --git a/dev-java/gluegen/gluegen-2.3.2.ebuild b/dev-java/gluegen/gluegen-2.3.2.ebuild
index d8cfd08265..eba0fc8750 100644
--- a/dev-java/gluegen/gluegen-2.3.2.ebuild
+++ b/dev-java/gluegen/gluegen-2.3.2.ebuild
@@ -64,7 +64,7 @@ PATCHES=(
"${FILESDIR}/${PN}-2.3.2-fix_gcc-10.patch"
"${FILESDIR}/${PN}-2.2.4-dont-copy-jars.patch"
- "${FILESDIR}/${PN}-2.2.4-dont-strip.patch"
+ "${FILESDIR}/${PN}-2.3.2-dont-strip.patch"
"${FILESDIR}/${PN}-2.3.2-respect-flags.patch"
)
EANT_BUILD_TARGET="all.no_junit"