diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-15 18:31:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-15 18:31:01 +0000 |
commit | b0a5eaa55357dd66fe20bbaec3139d5fce532b66 (patch) | |
tree | 1177315d3732b3db1e09054b867cd32d469df97e /java/sablevm/files/patch-sablevm-classpath-1.1.6-20040726 | |
parent | - Update to 2.9 (diff) |
- Update to 1.13
- Take maintainership
- Split classpath into separate port
- Switch to libffi-devel to allow build on !386
PR: ports/118288, ports/118312
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
Notes
Notes:
svn path=/head/; revision=203766
Diffstat (limited to 'java/sablevm/files/patch-sablevm-classpath-1.1.6-20040726')
-rw-r--r-- | java/sablevm/files/patch-sablevm-classpath-1.1.6-20040726 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/java/sablevm/files/patch-sablevm-classpath-1.1.6-20040726 b/java/sablevm/files/patch-sablevm-classpath-1.1.6-20040726 deleted file mode 100644 index 2209bbb84c81..000000000000 --- a/java/sablevm/files/patch-sablevm-classpath-1.1.6-20040726 +++ /dev/null @@ -1,14 +0,0 @@ ---- ../sablevm-classpath-1.1.6/native/jni/gtk-peer/gthread-jni.c Mon Jul 19 08:49:17 2004 -+++ ../sablevm-classpath-1.1.6/native/jni/gtk-peer/gthread-jni.c Mon Jul 26 16:22:55 2004 -@@ -218,7 +218,11 @@ - /* Global data */ - /************************************************************************/ - -+#if defined HAVE_STDINT_H - #include <stdint.h> /* provides intptr_t */ -+#elif defined HAVE_INTTYPES_H -+#include <inttypes.h> -+#endif - #include <stdarg.h> /* va_list */ - #include "gthread-jni.h" - #include <assert.h> /* assert() */ |