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-ac | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 java/sablepath/files/patch-ac (limited to 'java/sablepath/files/patch-ac') diff --git a/java/sablepath/files/patch-ac b/java/sablepath/files/patch-ac new file mode 100644 index 000000000000..3513edb55e4b --- /dev/null +++ b/java/sablepath/files/patch-ac @@ -0,0 +1,18 @@ +diff -ur sablepath-0.1.3.orig/include/config.h.in sablepath-0.1.3/include/config.h.in +--- sablepath-0.1.3.orig/include/config.h.in Tue Aug 1 19:14:17 2000 ++++ sablepath-0.1.3/include/config.h.in Tue Jul 9 12:50:16 2002 +@@ -48,8 +48,14 @@ + /* Define if you have the header file. */ + #undef HAVE_DIRENT_H + ++/* Define if you have the header file. */ ++#undef HAVE_ENDIAN_H ++ + /* Define if you have the header file. */ + #undef HAVE_FCNTL_H ++ ++/* Define if you have the header file. */ ++#undef HAVE_MACHINE_ENDIAN_H + + /* Define if you have the header file. */ + #undef HAVE_MALLOC_H -- cgit v1.2.3