mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-java/gluegen: Debian patches
Closes: https://bugs.gentoo.org/855470 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
16
dev-java/gluegen/files/gluegen-2.3.2-non-linux-support.diff
Normal file
16
dev-java/gluegen/files/gluegen-2.3.2-non-linux-support.diff
Normal file
@@ -0,0 +1,16 @@
|
||||
--- a/make/gluegen-cpptasks-base.xml
|
||||
+++ b/make/gluegen-cpptasks-base.xml
|
||||
@@ -292,7 +292,12 @@
|
||||
<os name="Android" />
|
||||
</condition>
|
||||
<condition property="isLinux">
|
||||
- <os name="Linux" />
|
||||
+ <or>
|
||||
+ <os name="Linux" />
|
||||
+ <!-- treat GNU/kFreeBSD or Hurd just as Linux -->
|
||||
+ <os name="GNU/kFreeBSD" />
|
||||
+ <os name="GNU" />
|
||||
+ </or>
|
||||
</condition>
|
||||
<condition property="isSolaris">
|
||||
<os name="SunOS" />
|
||||
Reference in New Issue
Block a user