svn commit: r426631 - head/misc/delay

John Marino marino at FreeBSD.org
Sun Nov 20 21:01:00 UTC 2016


Author: marino
Date: Sun Nov 20 21:00:58 2016
New Revision: 426631
URL: https://svnweb.freebsd.org/changeset/ports/426631

Log:
  misc/delay: skip faulty ncurses header detection
  
  Approved by:	ncurses blanket

Modified:
  head/misc/delay/Makefile

Modified: head/misc/delay/Makefile
==============================================================================
--- head/misc/delay/Makefile	Sun Nov 20 20:58:37 2016	(r426630)
+++ head/misc/delay/Makefile	Sun Nov 20 21:00:58 2016	(r426631)
@@ -12,6 +12,7 @@ COMMENT=	Delay program with feedback to 
 
 USES=		ncurses
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_header_curses_h=yes
 
 PLIST_FILES=	bin/delay man/man1/delay.1.gz
 


More information about the svn-ports-all mailing list