ports/java/sablepath/files/patch-ah
Archie Cobbs 016d0c777f 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/
2002-07-09 22:05:31 +00:00

13 lines
374 B
Text

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)