summaryrefslogtreecommitdiff
path: root/editors/manedit/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/manedit/patches/patch-ab')
-rw-r--r--editors/manedit/patches/patch-ab25
1 files changed, 12 insertions, 13 deletions
diff --git a/editors/manedit/patches/patch-ab b/editors/manedit/patches/patch-ab
index b65a43431fb..bab15d80e2f 100644
--- a/editors/manedit/patches/patch-ab
+++ b/editors/manedit/patches/patch-ab
@@ -1,13 +1,12 @@
-$NetBSD: patch-ab,v 1.3 2001/06/11 20:58:33 zuntum Exp $
-
---- ../include/os.h.orig Tue Mar 27 03:39:01 2001
-+++ ../include/os.h
-@@ -58,7 +58,7 @@
- # define _PATH_DEVNULL "/dev/null"
- #endif
-
--#if !defined(_AIX) && !defined(__FreeBSD__)
-+#if !defined(_AIX) && !defined(__FreeBSD__) && !defined(__NetBSD__)
- # ifndef _PATH_MAILDIR
- # define _PATH_MAILDIR "/var/spool/mail"
- # endif
+$NetBSD: patch-ab,v 1.4 2002/12/30 00:00:18 kristerw Exp $
+--- config.h.orig Mon Dec 30 00:43:48 2002
++++ config.h Mon Dec 30 00:42:47 2002
+@@ -135,7 +135,7 @@
+ * %f = filename
+ * %p = optional parameters
+ */
+-#if !defined(__FreeBSD__)
++#if !defined(__FreeBSD__) && !defined(__NetBSD__)
+ #define MEDIT_CMD_MANPAGE_TO_OUTPUT (PREFIX "/bin/man %p %f")
+ #else
+ #define MEDIT_CMD_MANPAGE_TO_OUTPUT (PREFIX "/bin/manwrap %p %f")