summaryrefslogtreecommitdiff
path: root/java/sablepath/files/patch-ah
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2002-07-09 22:05:31 +0000
committerArchie Cobbs <archie@FreeBSD.org>2002-07-09 22:05:31 +0000
commit016d0c777ff720ee3e527f8417c86550b27f8031 (patch)
treed9af526e6364b153f4349ec402bccfa5345a0d7f /java/sablepath/files/patch-ah
parentImplement USE_GNOMENG. Users should not be able to start using Evolution (diff)
This port builds and installs a version of the GNU Classpath Java class
and native libraries package that has been customized to work with SableVM. WWW: http://www.sablevm.org/
Notes
Notes: svn path=/head/; revision=62725
Diffstat (limited to 'java/sablepath/files/patch-ah')
-rw-r--r--java/sablepath/files/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/sablepath/files/patch-ah b/java/sablepath/files/patch-ah
new file mode 100644
index 000000000000..c9b0f9ea60b1
--- /dev/null
+++ b/java/sablepath/files/patch-ah
@@ -0,0 +1,13 @@
+diff -ur sablepath-0.1.3.orig/native/lib/jnilink.c sablepath-0.1.3/native/lib/jnilink.c
+--- sablepath-0.1.3.orig/native/lib/jnilink.c Tue Jun 13 23:45:18 2000
++++ sablepath-0.1.3/native/lib/jnilink.c Tue Jul 9 12:44:12 2002
+@@ -29,7 +29,9 @@
+ #include <string.h>
+ #include <jcl.h>
+
++#ifdef HAVE_MALLOC_H
+ #include <malloc.h>
++#endif
+
+ #define GETCLASS(c) *(jclass*)(c)
+