summaryrefslogtreecommitdiff
path: root/textproc/ispell/files
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2008-07-23 15:10:42 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2008-07-23 15:10:42 +0000
commitef48fff7660e668875efed0d611ba4e33bc7c6a3 (patch)
treedadf5d3f43f1b938bbd3b6e75c6dfec79650f6c6 /textproc/ispell/files
parentUpdate port for XORP 1.5 release. (diff)
Fix the build on 8-current
PR: ports/125841 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Diffstat (limited to 'textproc/ispell/files')
-rw-r--r--textproc/ispell/files/patch-ispell.c4
-rw-r--r--textproc/ispell/files/patch-term.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/ispell/files/patch-ispell.c b/textproc/ispell/files/patch-ispell.c
index 1cdc4acee131..3af7e8bd12c8 100644
--- a/textproc/ispell/files/patch-ispell.c
+++ b/textproc/ispell/files/patch-ispell.c
@@ -63,10 +63,10 @@
}
-#ifndef __bsdi__
-+#ifndef BSD_4_4
++#ifndef BSD4_4
setbuf (stdout, outbuf);
-#endif /* __bsdi__ */
-+#endif /* BSD_4_4 */
++#endif /* BSD4_4 */
if (lflag)
{
infile = setupdefmt(NULL, NULL);
diff --git a/textproc/ispell/files/patch-term.c b/textproc/ispell/files/patch-term.c
index 81e01dd1168e..7f25ea9a1f3c 100644
--- a/textproc/ispell/files/patch-term.c
+++ b/textproc/ispell/files/patch-term.c
@@ -4,7 +4,7 @@
#include "ispell.h"
#include "proto.h"
#include "msgs.h"
-+#ifdef BSD_4_4
++#ifdef BSD4_4
+#define USG
+#endif
#ifdef USG