mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix the build on 8-current
PR: ports/125841 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
This commit is contained in:
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
|
@ -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/
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue