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.patch
Date: Thu, 31 Dec 2009 11:16:19
Message-Id: E1NQJ0p-0007Vq-S0@stork.gentoo.org
1 ali_bush 09/12/31 11:16:15
2
3 Added: library-path.patch
4 Log:
5 New package jaffl.
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-java/jaffl/files/library-path.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jaffl/files/library-path.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jaffl/files/library-path.patch?rev=1.1&content-type=text/plain
13
14 Index: library-path.patch
15 ===================================================================
16 --- src/com/kenai/jaffl/provider/Library.java.orig 2009-12-31 09:30:08.000000000 +1300
17 +++ src/com/kenai/jaffl/provider/Library.java 2009-12-31 09:38:11.000000000 +1300
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 }