aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cone
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cone')
-rw-r--r--mail/cone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile
index 899bc4fd0d2a..fdf876b662ab 100644
--- a/mail/cone/Makefile
+++ b/mail/cone/Makefile
@@ -47,7 +47,7 @@ INSTALL_TARGET= install-strip
IGNORE= not supported on FreeBSD versions before 5.2.1-RELEASE
.endif
-.if ${OSVERSION} > 700032
+.if ${OSVERSION} > 700032 || (${OSVERSION} < 700000 && ${OSVERSION} > 602106)
CPPFLAGS+= -D_XOPEN_SOURCE_EXTENDED
.elif exists(${LOCALBASE}/include/ncurses/ncurses.h) || defined(WITH_NCURSESW)
CPPFLAGS+= -I${WRKDIR} -D_XOPEN_SOURCE_EXTENDED