diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-06-26 23:51:12 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-06-26 23:51:12 +0000 |
commit | 112f0a4352b46a805c466ffebd664cfc9f64872d (patch) | |
tree | 54662e2330cd3c3a03d465815c3876a77a27fe22 /packages/cacao/files/cacao-0.98+svn-libdir.diff | |
parent | d77c34d61d43d5213ba2f3936666262d876d33ed (diff) |
Add a new cacao revision and add support for changed configure options (new in 0.99)
cacao: Cleanup and new recipe.
* removed the need for the 'libdir' patches and simplified cacao.inc
* removed those patches
* added with-build-java-library-classes patch (applied upstream already)
* usage of changed configure options
cacao 0.98+hg20080519: Simplified.
* adjusted with-build-java-library-classes patch for this version
* increased PR
cacao 0.99.1: New recipe.
cacaoh-native:
* usage of changed configure options
cacaoh-native 0.98+hg20080519: Simplified.
cacaoh-native 0.99.1: New recipe.
Diffstat (limited to 'packages/cacao/files/cacao-0.98+svn-libdir.diff')
-rw-r--r-- | packages/cacao/files/cacao-0.98+svn-libdir.diff | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/cacao/files/cacao-0.98+svn-libdir.diff b/packages/cacao/files/cacao-0.98+svn-libdir.diff deleted file mode 100644 index f5cf9ba5a1..0000000000 --- a/packages/cacao/files/cacao-0.98+svn-libdir.diff +++ /dev/null @@ -1,30 +0,0 @@ -Index: cacao-trunk/src/vm/properties.c -=================================================================== ---- cacao-trunk.orig/src/vm/properties.c 2007-08-31 13:20:41.000000000 +0200 -+++ cacao-trunk/src/vm/properties.c 2007-09-04 14:54:19.000000000 +0200 -@@ -210,15 +210,22 @@ - - # if defined(WITH_CLASSPATH_GNU) - -- boot_library_path = CLASSPATH_LIBDIR"/classpath"; -+ boot_library_path = CLASSPATH_LIBDIR"/classpath:OE_LIBDIR_JNI"; - - # elif defined(WITH_CLASSPATH_SUN) - -- boot_library_path = CLASSPATH_LIBDIR; -+ boot_library_path = CLASSPATH_LIBDIR":OE_LIBDIR_JNI"; - - # elif defined(WITH_CLASSPATH_CLDC1_1) - -- /* No boot_library_path required. */ -+ /* No boot_library_path required. -+ Well, don't be that strict on Debian-like -+ environments. Setting this to /usr/lib/jni -+ makes it unneccessary to fumble with -+ LD_LIBRARY_PATH to get things like MIDPath -+ running. -+ */ -+ boot_library_path = "OE_LIBDIR_JNI"; - - # else - # error unknown classpath configuration |