ftp/ncftp3: Skip faulty ncurses.h header check

The ncurses.h header configure check doesn't use cflags apparently thus
returning a false negative on the presence of the ncurses headers (it
picks up base headers if they exist instead).  Just cache the test result
as "yes" to fix the build for ports-based ncurses.
This commit is contained in:
John Marino 2016-11-18 17:56:16 +00:00
parent 0c84f4c3ab
commit 7399fb7675
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426331

View File

@ -20,6 +20,7 @@ USES= ncurses tar:bzip2
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_header_ncurses_h=yes
PORTDOCS= *