diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2002-07-09 22:05:31 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2002-07-09 22:05:31 +0000 |
commit | 016d0c777ff720ee3e527f8417c86550b27f8031 (patch) | |
tree | d9af526e6364b153f4349ec402bccfa5345a0d7f /java/sablepath/files/patch-ac | |
parent | Implement 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-ac')
-rw-r--r-- | java/sablepath/files/patch-ac | 18 |
1 files changed, 18 insertions, 0 deletions
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 <dirent.h> header file. */ + #undef HAVE_DIRENT_H + ++/* Define if you have the <endian.h> header file. */ ++#undef HAVE_ENDIAN_H ++ + /* Define if you have the <fcntl.h> header file. */ + #undef HAVE_FCNTL_H ++ ++/* Define if you have the <machine/endian.h> header file. */ ++#undef HAVE_MACHINE_ENDIAN_H + + /* Define if you have the <malloc.h> header file. */ + #undef HAVE_MALLOC_H |