Fix the build on 8-current

PR:		ports/125841
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
This commit is contained in:
Jean-Marc Zucconi 2008-07-23 15:10:42 +00:00
parent 4e78be6c65
commit ef48fff766
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217380
3 changed files with 4 additions and 4 deletions

View file

@ -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/

View file

@ -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);

View file

@ -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