subdirectories under ${PREFIX}/java/ -- Change I of many. Thus, for consistency, also install kaffe into ${PREFIX}/java/kaffe rather than ${PREFIX}/java While we're at it, update kaffe to version 1.0.7. Changes since 1.0.6: - New version of KJC - New encoding converters based on iconv(). - Lots of bug fixes Furthermore, the website says that 1.0.7 has added support for Darwin, ia64 GNU/Linux, s390 GNU/Linux, PA-RISC GNU/Linux, Alpha for Compaq Tru64 GNU/Linux and support of PowerPC without libffi. People with access to any of these platforms are encouraged to test this version, so we can possibly adjust ONLY_FOR_PLATFORMS etc.
17 lines
587 B
Text
17 lines
587 B
Text
$NetBSD: patch-aa,v 1.11 2002/07/27 21:26:22 jschauma Exp $
|
|
|
|
--- configure.orig Tue Jul 23 17:01:03 2002
|
|
+++ configure Tue Jul 23 17:02:51 2002
|
|
@@ -7197,10 +7197,10 @@
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
-char mpz_get_d();
|
|
+char __gmpz_get_d();
|
|
|
|
int main() {
|
|
-mpz_get_d()
|
|
+__gmpz_get_d()
|
|
; return 0; }
|
|
EOF
|
|
if { (eval echo configure:7207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|