From 016d0c777ff720ee3e527f8417c86550b27f8031 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Tue, 9 Jul 2002 22:05:31 +0000 Subject: 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/ --- java/sablepath/files/patch-ag | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 java/sablepath/files/patch-ag (limited to 'java/sablepath/files/patch-ag') diff --git a/java/sablepath/files/patch-ag b/java/sablepath/files/patch-ag new file mode 100644 index 000000000000..0b990bc2d938 --- /dev/null +++ b/java/sablepath/files/patch-ag @@ -0,0 +1,13 @@ +diff -ur sablepath-0.1.3.orig/native/lib/jcl.c sablepath-0.1.3/native/lib/jcl.c +--- sablepath-0.1.3.orig/native/lib/jcl.c Thu Jun 15 18:32:49 2000 ++++ sablepath-0.1.3/native/lib/jcl.c Tue Jul 9 12:44:12 2002 +@@ -26,7 +26,9 @@ + + #include + #include ++#ifdef HAVE_MALLOC_H + #include ++#endif + + static char errstr[4098]; // this way the memory is pre-allocated, so that we do not have to worry if we are out of memory. + -- cgit v1.2.3