summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-dj
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-dj')
-rw-r--r--time/sunbird/patches/patch-dj13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/sunbird/patches/patch-dj b/time/sunbird/patches/patch-dj
new file mode 100644
index 00000000000..a219d027ebc
--- /dev/null
+++ b/time/sunbird/patches/patch-dj
@@ -0,0 +1,13 @@
+$NetBSD: patch-dj,v 1.1 2006/06/27 11:11:52 joerg Exp $
+
+--- ef/Exports/md/jni_md.h.orig 2006-06-26 13:55:06.000000000 +0000
++++ ef/Exports/md/jni_md.h
+@@ -27,7 +27,7 @@ typedef long jint;
+ typedef __int64 jlong;
+ typedef signed char jbyte;
+
+-#elif defined(LINUX) || defined(FREEBSD)
++#elif defined(LINUX) || defined(FREEBSD) || defined(DRAGONFLY)
+ #define JNIEXPORT
+ #define JNIIMPORT
+ #define JNICALL(returnType) __attribute__((stdcall)) returnType