aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-18 17:56:16 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-18 17:56:16 +0000
commit7399fb7675a640bd45c26997ce60878830f5e82a (patch)
tree99b2dc84ccff307e5ec38d2db6b26ac42ba32601 /ftp
parent0c84f4c3ab086f0a6d2fd81c78e1e1d8dba16471 (diff)
downloadports-7399fb7675a640bd45c26997ce60878830f5e82a.tar.gz
ports-7399fb7675a640bd45c26997ce60878830f5e82a.zip
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.
Notes
Notes: svn path=/head/; revision=426331
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ncftp3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index f9fa72ccf010..25387e61d446 100644
--- a/ftp/ncftp3/Makefile
+++ b/ftp/ncftp3/Makefile
@@ -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= *