diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2004-07-26 21:37:39 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2004-07-26 21:37:39 +0000 |
| commit | 77f152a8358530051cd25fbf7373c769fe81f94e (patch) | |
| tree | 9f3592a96fae71e1b20132e2c13bcb6f228debfd /java/jc/files | |
| parent | Add p5-Email-Abstract 1.0, unified interface to mail representations. (diff) | |
Add port dependency on GTK stuff and configure classpath to include it.
Diffstat (limited to 'java/jc/files')
| -rw-r--r-- | java/jc/files/patch-classpath-0.10-20040726 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/java/jc/files/patch-classpath-0.10-20040726 b/java/jc/files/patch-classpath-0.10-20040726 new file mode 100644 index 000000000000..b31f85931cd4 --- /dev/null +++ b/java/jc/files/patch-classpath-0.10-20040726 @@ -0,0 +1,14 @@ +--- classpath-0.10/native/jni/gtk-peer/gthread-jni.c Mon Jul 19 08:49:17 2004 ++++ classpath-0.10/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() */ |
