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, 0 insertions, 13 deletions
diff --git a/time/sunbird/patches/patch-dj b/time/sunbird/patches/patch-dj
deleted file mode 100644
index a219d027ebc..00000000000
--- a/time/sunbird/patches/patch-dj
+++ /dev/null
@@ -1,13 +0,0 @@
-$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