monsieurp 15/06/08 12:53:18
Added: jaffl-0.5.11-library-path.patch
jaffl-0.5.11-GNUmakefile.patch
Removed: library-path-0.5.9.patch library-path.patch
Log:
Mend Makefile to get tests to pass. Update dependencies. Set patches in
order. Fix bug 551494.
Signed-off-by: Patrice Clement <[email protected]>
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
93491BB8)
Revision Changes Path
1.1 dev-java/jaffl/files/jaffl-0.5.11-library-path.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaffl/files/jaffl-0.5.11-library-path.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaffl/files/jaffl-0.5.11-library-path.patch?rev=1.1&content-type=text/plain
Index: jaffl-0.5.11-library-path.patch
===================================================================
--- src/com/kenai/jaffl/provider/Library.java.orig 2011-09-07
12:13:06.942731817 +0200
+++ src/com/kenai/jaffl/provider/Library.java 2011-09-07 12:13:08.983731771
+0200
@@ -23,6 +23,7 @@
userLibraryPath.addAll(getPropertyPaths("jaffl.library.path"));
// Add JNA paths for compatibility
userLibraryPath.addAll(getPropertyPaths("jna.library.path"));
+ userLibraryPath.addAll(getPropertyPaths("java.library.path"));
}
};
1.1 dev-java/jaffl/files/jaffl-0.5.11-GNUmakefile.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaffl/files/jaffl-0.5.11-GNUmakefile.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaffl/files/jaffl-0.5.11-GNUmakefile.patch?rev=1.1&content-type=text/plain
Index: jaffl-0.5.11-GNUmakefile.patch
===================================================================
--- libtest/GNUmakefile.orig 2015-06-08 12:11:24.235000000 +0000
+++ libtest/GNUmakefile 2015-06-08 11:47:52.963000000 +0000
@@ -38,7 +38,7 @@
#
http://weblogs.java.net/blog/kellyohair/archive/2006/01/compilation_of_1.html
JFLAGS = -fno-omit-frame-pointer -fno-strict-aliasing
OFLAGS = -O2 $(JFLAGS)
-WFLAGS = -W -Werror -Wall -Wno-unused -Wno-parentheses
+WFLAGS = -W -Wall -Wno-unused -Wno-parentheses
PICFLAGS = -fPIC
SOFLAGS = -shared -Wl,-O1
LDFLAGS += $(SOFLAGS)