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/jdictrayapi/files: fix-ctray-libarch.patch digest-jdictrayapi-0.9.1-r3
Date: Sat, 20 Oct 2007 11:48:33
Message-Id: E1IjCdx-0006je-MT@stork.gentoo.org
1 ali_bush 07/10/20 11:37:25
2
3 Added: fix-ctray-libarch.patch digest-jdictrayapi-0.9.1-r3
4 Log:
5 Revbump to add patch where jdictrayapi does not work on amd64, even tho it has been marked stable.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.1 dev-java/jdictrayapi/files/fix-ctray-libarch.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jdictrayapi/files/fix-ctray-libarch.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jdictrayapi/files/fix-ctray-libarch.patch?rev=1.1&content-type=text/plain
13
14 Index: fix-ctray-libarch.patch
15 ===================================================================
16 --- src/unix/native/jni/Tray.c 2007-10-20 21:57:59.000000000 +1300
17 +++ src/unix/native/jni/Tray.c 2007-10-21 00:19:25.000000000 +1300
18 @@ -73,9 +73,9 @@
19 */
20 static void *awtHandle = NULL;
21
22 -#ifdef __linux__
23 -#define LIBARCH "i386"
24 -#else
25 +#ifdef __x86_64
26 +#define LIBARCH "amd64"
27 +#endif
28 #ifdef __i386
29 #define LIBARCH "i386"
30 #endif
31 @@ -85,7 +85,6 @@
32 #ifdef __sparcv9
33 #define LIBARCH "sparcv9"
34 #endif
35 -#endif
36
37 #define REFLECT_VOID_FUNCTION(name, arglist, paramlist) \
38 typedef name##_type arglist; \
39
40
41
42 1.1 dev-java/jdictrayapi/files/digest-jdictrayapi-0.9.1-r3
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jdictrayapi/files/digest-jdictrayapi-0.9.1-r3?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jdictrayapi/files/digest-jdictrayapi-0.9.1-r3?rev=1.1&content-type=text/plain
46
47 Index: digest-jdictrayapi-0.9.1-r3
48 ===================================================================
49 MD5 0153e414413ddf4bea8cc9b8a4d81bb9 jdic-0.9.1-src.zip 946706
50 RMD160 29193141fc0c2f4592bfa41fac7f73795d189e6d jdic-0.9.1-src.zip 946706
51 SHA256 2b455c657c815650dd42b9a08714d561419b8da423009c710f046aadbe83e69b jdic-0.9.1-src.zip 946706
52
53
54
55 --
56 gentoo-commits@g.o mailing list