diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2002-08-15 23:17:48 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2002-08-15 23:17:48 +0000 |
commit | 5d7a7a38842865e134dabca29478791e4961fe9d (patch) | |
tree | 1f536496fb5d7436b9409d98660b0e4e6c2f93e1 /java/sablepath/files/patch-af | |
parent | Well, this looks like an i386 binary. Mark as such. (diff) |
Update to SableVM version 1.0.2.
This port includes the Java classes, making the java/sablepath port obsolete.
Notes
Notes:
svn path=/head/; revision=64558
Diffstat (limited to 'java/sablepath/files/patch-af')
-rw-r--r-- | java/sablepath/files/patch-af | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/java/sablepath/files/patch-af b/java/sablepath/files/patch-af deleted file mode 100644 index 8fa36f03d0a9..000000000000 --- a/java/sablepath/files/patch-af +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur sablepath-0.1.3.orig/native/java.math/BigInteger.c sablepath-0.1.3/native/java.math/BigInteger.c ---- sablepath-0.1.3.orig/native/java.math/BigInteger.c Tue Nov 21 14:07:56 2000 -+++ sablepath-0.1.3/native/java.math/BigInteger.c Tue Jul 9 12:44:12 2002 -@@ -28,12 +28,20 @@ - #include <stdlib.h> - #include <stdio.h> - #include <unistd.h> -+#ifdef HAVE_ENDIAN_H - #include <endian.h> -+#endif - #include <math.h> - #include "java_math_BigInteger.h" - #include "../nsa/native_state.h" - #include <gmp.h> - -+#ifdef HAVE_MACHINE_ENDIAN_H -+#include <machine/endian.h> -+#if BYTE_ORDER == BIG_ENDIAN -+#define WORDS_BIGENDIAN -+#endif -+#endif - - /* maximum value a jdouble can hold */ - #define JDBL_MAX 1.7976931348623157e+308 |