mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
dev-java/gluegen: redo the patch
Closes: https://bugs.gentoo.org/856853 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user