summaryrefslogtreecommitdiff
path: root/lang/kaffe/patches/patch-ca
diff options
context:
space:
mode:
Diffstat (limited to 'lang/kaffe/patches/patch-ca')
-rw-r--r--lang/kaffe/patches/patch-ca16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/kaffe/patches/patch-ca b/lang/kaffe/patches/patch-ca
new file mode 100644
index 00000000000..a57c260cf20
--- /dev/null
+++ b/lang/kaffe/patches/patch-ca
@@ -0,0 +1,16 @@
+$NetBSD: patch-ca,v 1.1 2010/12/15 16:06:26 abs Exp $
+
+KAFFE_BUGGY_NETBSD_SIGWAIT is only required in older NetBSD releases, and
+in fact breaks NetBSD 5
+
+--- config/config.h.in 2010-12-15 15:28:42.000000000 +0100
++++ config/config.h.in.new 2010-12-15 15:31:15.000000000 +0100
+@@ -771,7 +771,7 @@
+ /* additional directories to search for native jni libraries */
+ #undef JNI_LIBRARY_PATH
+
+-/* Defined on NetBSD because sigwait needs the handle not to be registered */
++/* Defined on NetBSD 1.6.2 and lower because sigwait needs the handle not to be registered */
+ #undef KAFFE_BUGGY_NETBSD_SIGWAIT
+
+ /* Full path to the directory containing kaffe's locales */