Gentoo Archives: gentoo-commits

From: "Mounir Lamouri (volkmar)" <volkmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/opal/files: opal-3.6.4-jdkroot.patch opal-3.6.2-system-ilbc.patch opal-3.6.2-as-needed.patch opal-3.6.2-sbc.patch opal-3.6.2-jdkroot.patch opal-3.6.2-gcc-4.4.patch
Date: Fri, 28 Aug 2009 20:16:02
Message-Id: E1Mg15z-0004rf-6j@stork.gentoo.org
1 volkmar 09/08/25 18:50:15
2
3 Added: opal-3.6.4-jdkroot.patch
4 Removed: opal-3.6.2-system-ilbc.patch
5 opal-3.6.2-as-needed.patch opal-3.6.2-sbc.patch
6 opal-3.6.2-jdkroot.patch opal-3.6.2-gcc-4.4.patch
7 Log:
8 Version bump to 3.6.4.
9 Bug 281170
10 Thanks to Colin Macdonald.
11 (Portage version: 14113-svn/cvs/Linux i686)
12
13 Revision Changes Path
14 1.1 net-libs/opal/files/opal-3.6.4-jdkroot.patch
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/opal/files/opal-3.6.4-jdkroot.patch?rev=1.1&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/opal/files/opal-3.6.4-jdkroot.patch?rev=1.1&content-type=text/plain
18
19 Index: opal-3.6.4-jdkroot.patch
20 ===================================================================
21 Index: opal.m4
22 ===================================================================
23 --- opal.m4 (revision 22933)
24 +++ opal.m4 (working copy)
25 @@ -996,6 +996,10 @@
26 AC_CHECK_HEADERS([jni.h], [opal_java=yes])
27
28 if test "x$opal_java" = "xno" ; then
29 + if test "x${JDK_ROOT}" = "x" ; then
30 + JDK_ROOT=${JDK_HOME}
31 + fi
32 +
33 if test "x${JDK_ROOT}" != "x" ; then
34 AC_CHECK_FILE([${JDK_ROOT}/include/jni.h],
35 [