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:
parent
0c84f4c3ab
commit
7399fb7675
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426331
@ -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= *
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user