summaryrefslogtreecommitdiff
path: root/editors/mule/patches
diff options
context:
space:
mode:
authorkei <kei>2002-11-29 00:24:48 +0000
committerkei <kei>2002-11-29 00:24:48 +0000
commiteb9c2f1108f05bb877bee5b1fa3312b92dfe6056 (patch)
treeb038ea5c001ec1fb99e4670fd413f44395f7a2e5 /editors/mule/patches
parent087aa61b334229a2e55a46b4af2082738e444cbf (diff)
downloadpkgsrc-eb9c2f1108f05bb877bee5b1fa3312b92dfe6056.tar.gz
fixed build problem noted by Ken Nakajima in port-powerpc-ja mailing list.
confirmed on i386 and macppc.
Diffstat (limited to 'editors/mule/patches')
-rw-r--r--editors/mule/patches/patch-be13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/mule/patches/patch-be b/editors/mule/patches/patch-be
new file mode 100644
index 00000000000..0be8b03b941
--- /dev/null
+++ b/editors/mule/patches/patch-be
@@ -0,0 +1,13 @@
+$NetBSD: patch-be,v 1.1 2002/11/29 00:24:48 kei Exp $
+
+--- src/config.h.in.orig Fri Nov 29 01:35:25 2002
++++ src/config.h.in Fri Nov 29 01:35:48 2002
+@@ -177,7 +177,7 @@
+
+ /* Define if you have the ANSI `strerror' function.
+ Otherwise you must have the variable `char *sys_errlist[]'. */
+-#undef HAVE_STRERROR
++#define HAVE_STRERROR
+
+ /* Define if `sys_siglist' is declared by <signal.h>. */
+ #undef SYS_SIGLIST_DECLARED