Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 143012 Details for
Bug 209396
dev-java/sun-j2me-bin-2.5.2 (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
java-config.patch
java-config.patch (text/plain), 2.54 KB, created by
Richie
on 2008-02-08 21:28:48 UTC
(
hide
)
Description:
java-config.patch
Filename:
MIME Type:
Creator:
Richie
Created:
2008-02-08 21:28:48 UTC
Size:
2.54 KB
patch
obsolete
>--- bin/ktoolbar 2008-02-08 19:49:45.000000000 +0100 >+++ bin/ktoolbar 2008-02-08 20:19:57.000000000 +0100 >@@ -1,6 +1,10 @@ > #!/bin/sh > >-javapathtowtk=`java-config --jdk-home`"/bin/" >+if [ "`uname -m`" = "x86_64" ]; then >+ javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/" >+else >+ javapathtowtk=`java-config --jdk-home`"/bin/" >+fi > > PRG=$0 > >--- bin/prefs 2008-02-08 19:49:45.000000000 +0100 >+++ bin/prefs 2008-02-08 20:19:57.000000000 +0100 >@@ -1,6 +1,10 @@ > #!/bin/sh > >-javapathtowtk=`java-config --jdk-home`"/bin/" >+if [ "`uname -m`" = "x86_64" ]; then >+ javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/" >+else >+ javapathtowtk=`java-config --jdk-home`"/bin/" >+fi > > PRG=$0 > >--- bin/utils 2008-02-08 19:49:45.000000000 +0100 >+++ bin/utils 2008-02-08 20:19:57.000000000 +0100 >@@ -1,6 +1,10 @@ > #!/bin/sh > >-javapathtowtk=`java-config --jdk-home`"/bin/" >+if [ "`uname -m`" = "x86_64" ]; then >+ javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/" >+else >+ javapathtowtk=`java-config --jdk-home`"/bin/" >+fi > > PRG=$0 > >--- bin/wscompile 2008-02-08 19:49:45.000000000 +0100 >+++ bin/wscompile 2008-02-08 20:19:57.000000000 +0100 >@@ -1,6 +1,10 @@ > #!/bin/sh > >-javapathtowtk=`java-config --jdk-home`"/bin/" >+if [ "`uname -m`" = "x86_64" ]; then >+ javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/" >+else >+ javapathtowtk=`java-config --jdk-home`"/bin/" >+fi > > PRG=$0 > > >--- bin/mekeytool 2008-02-08 19:49:45.000000000 +0100 >+++ bin/mekeytool 2008-02-08 20:19:57.000000000 +0100 >@@ -1,6 +1,10 @@ > #!/bin/sh > >-javapathtowtk=`java-config --jdk-home`"/bin/" >+if [ "`uname -m`" = "x86_64" ]; then >+ javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/" >+else >+ javapathtowtk=`java-config --jdk-home`"/bin/" >+fi > > PRG=$0 > >--- bin/emulator 2008-02-08 19:49:45.000000000 +0100 >+++ bin/emulator 2008-02-08 20:19:57.000000000 +0100 >@@ -1,6 +1,10 @@ > #!/bin/sh > >-javapathtowtk=`java-config --jdk-home`"/bin/" >+if [ "`uname -m`" = "x86_64" ]; then >+ javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/" >+else >+ javapathtowtk=`java-config --jdk-home`"/bin/" >+fi > > PRG=$0 > > >--- bin/defaultdevice 2008-02-08 19:49:45.000000000 +0100 >+++ bin/defaultdevice 2008-02-08 20:19:57.000000000 +0100 >@@ -1,6 +1,10 @@ > #!/bin/sh > >-javapathtowtk=`java-config --jdk-home`"/bin/" >+if [ "`uname -m`" = "x86_64" ]; then >+ javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/" >+else >+ javapathtowtk=`java-config --jdk-home`"/bin/" >+fi > > PRG=$0 > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209396
:
143011
| 143012 |
160402
|
160857
|
194538