summaryrefslogtreecommitdiff
path: root/inputmethod/sj3-lib/patches/patch-ar
blob: ef24ebdcf389b50ef9caca82f966b8aeed92dcf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ar,v 1.1 2005/12/02 22:57:32 joerg Exp $

--- include/Paths.h.in.orig	2005-12-02 22:30:39.000000000 +0000
+++ include/Paths.h.in
@@ -43,7 +43,7 @@
  * This default value is "/dev/null" in document.
  * Patched by Hidekazu Kuroki(hidekazu@cs.titech.ac.jp)		1996/8/11
  */
-#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__)
 #define	ErrorOutFile		"/dev/console"
 #else
 /* #define	ErrorOutFile		"/dev/stderr" */ 	/* for test */