Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jaffl/files: library-path-0.5.1.patch
Date: Thu, 03 Jun 2010 11:25:04
Message-Id: 20100603112459.F2AAB2CF3F@corvid.gentoo.org
1 ali_bush 10/06/03 11:24:59
2
3 Added: library-path-0.5.1.patch
4 Log:
5 Version Bump.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-java/jaffl/files/library-path-0.5.1.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaffl/files/library-path-0.5.1.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaffl/files/library-path-0.5.1.patch?rev=1.1&content-type=text/plain
13
14 Index: library-path-0.5.1.patch
15 ===================================================================
16 --- src/com/kenai/jaffl/provider/Library.java 2010-06-04 10:55:00.000000000 +1200
17 +++ src/com/kenai/jaffl/provider/Library.java 2010-06-04 10:55:49.000000000 +1200
18 @@ -53,5 +53,6 @@
19 userLibraryPath.addAll(getPropertyPaths("jaffl.library.path"));
20 // Add JNA paths for compatibility
21 userLibraryPath.addAll(getPropertyPaths("jna.library.path"));
22 + userLibraryPath.addAll(getPropertyPaths("java.library.path"));
23 }
24 }