summaryrefslogtreecommitdiff
path: root/inputmethod/sj3-lib/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/sj3-lib/patches/patch-as')
-rw-r--r--inputmethod/sj3-lib/patches/patch-as13
1 files changed, 13 insertions, 0 deletions
diff --git a/inputmethod/sj3-lib/patches/patch-as b/inputmethod/sj3-lib/patches/patch-as
new file mode 100644
index 00000000000..3574c224876
--- /dev/null
+++ b/inputmethod/sj3-lib/patches/patch-as
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.1 2005/12/02 22:57:32 joerg Exp $
+
+--- include/Const.h.orig 2005-12-02 22:31:07.000000000 +0000
++++ include/Const.h
+@@ -74,7 +74,7 @@
+ * Change the default Port number of sj3 for FreeBSD.
+ * Patched by Hidekazu Kuroki(hidekazu@cs.titech.ac.jp) 1996/8/20
+ */
+-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
+ #define PortNumber 3086
+ #else /* ! __FreeBSD__ __NetBSD__ __OpenBSD__ */
+ #define PortNumber 3000