diff options
author | rafan <rafan@FreeBSD.org> | 2007-04-07 01:58:45 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-04-07 01:58:45 +0800 |
commit | b54140949779bdf541fb7adc2813e0f5a33c8065 (patch) | |
tree | 28f841c2c251ecef4054901808709364ae7d612b /mail/cone | |
parent | 4feee6023b3ee4dd815235112c7e8095ca5da0d1 (diff) | |
download | freebsd-ports-gnome-b54140949779bdf541fb7adc2813e0f5a33c8065.tar.gz freebsd-ports-gnome-b54140949779bdf541fb7adc2813e0f5a33c8065.tar.zst freebsd-ports-gnome-b54140949779bdf541fb7adc2813e0f5a33c8065.zip |
- Fix breakage after 602107 which includes ncursesw in the base
Approved by: maintainer (implicit)
Diffstat (limited to 'mail/cone')
-rw-r--r-- | mail/cone/Makefile | 2 |
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 |