svn commit: r426535 - head/editors/chexedit

John Marino marino at FreeBSD.org
Sat Nov 19 19:47:23 UTC 2016


Author: marino
Date: Sat Nov 19 19:47:22 2016
New Revision: 426535
URL: https://svnweb.freebsd.org/changeset/ports/426535

Log:
  editors/chexedit: skip faulty ncurses.h detection conftest
  
  Approved by:	ncurses blanket

Modified:
  head/editors/chexedit/Makefile

Modified: head/editors/chexedit/Makefile
==============================================================================
--- head/editors/chexedit/Makefile	Sat Nov 19 19:44:50 2016	(r426534)
+++ head/editors/chexedit/Makefile	Sat Nov 19 19:47:22 2016	(r426535)
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		ncurses
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV+=	ac_cv_header_ncurses_h=yes
 PLIST_FILES=	bin/chexedit \
 		man/man1/chexedit.1.gz
 


More information about the svn-ports-all mailing list