summaryrefslogtreecommitdiff
path: root/java/jc/files
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2004-07-26 21:37:39 +0000
committerArchie Cobbs <archie@FreeBSD.org>2004-07-26 21:37:39 +0000
commit77f152a8358530051cd25fbf7373c769fe81f94e (patch)
tree9f3592a96fae71e1b20132e2c13bcb6f228debfd /java/jc/files
parentAdd 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-2004072614
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() */