Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 303253 Details for
Bug 405815
dev-util/processing - an open source programming language and environment for people who want to create images, animations, and interactions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
wrapper script patch
wrapper-1.5.1.patch (text/plain), 1.06 KB, created by
renato gallo
on 2012-02-25 23:32:18 UTC
(
hide
)
Description:
wrapper script patch
Filename:
MIME Type:
Creator:
renato gallo
Created:
2012-02-25 23:32:18 UTC
Size:
1.06 KB
patch
obsolete
>Creator: hasufell <julian.ospald@googlemail.com> >Date: 25.02.2012 > >fix JDKDIR not correctly recognized, because we use system-jdk >fix CLASSPATH, because we use system-libs for > ant.jar,ant-launcher.jar,antlr.jar,ecj.jar,jna.jar > >tested on gentoo > >--- processing >+++ processing >@@ -30,7 +30,6 @@ > fi > } > >- > # Locates JDKLIBS in a directory and its subdirectories and saves their > # absolute paths as list to JDKCP. Expects the directory as parameter $1. > # Sets SUCCESS to 1 if all libraries were found, to 0 otherwise. >@@ -64,37 +63,23 @@ > log JDKCP > } > >- > # Get absolute path of directory where this script is located > APPDIR=`readlink -f "$0"` > APPDIR=`dirname "$APPDIR"` > log APPDIR > >-# Try using a local JDK from the same directory as this script >-JDKDIR=`readlink -f "$APPDIR/java"` >-make_jdkcp "$JDKDIR" >+make_jdkcp $(java-config -O) > log SUCCESS >- >-# Local JDK found? >-if [ $SUCCESS -ne 1 ]; then >- # No, try using the preferred system JRE/JDK (if any) >- JDKDIR=`which java` && JDKDIR=`readlink -e "$JDKDIR"` && JDKDIR=`dirname "$JDKDIR"`/.. >- make_jdkcp "$JDKDIR"
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 405815
:
303207
|
303209
|
303213
|
303221
|
303243
|
303245
|
303253
|
303257
|
303259
|
303261
|
303263
|
303265
|
303271