summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/ispell/Makefile2
-rw-r--r--textproc/ispell/files/patch-ispell.c4
-rw-r--r--textproc/ispell/files/patch-term.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index 89d8e869387d..00747335b959 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= ispell
PORTVERSION?= 3.3.02
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES+= textproc
MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ \
http://distfiles.opendarwin.org/
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