Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 19:51:31 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426536 - head/editors/nvi-devel
Message-ID:  <201611191951.uAJJpVjh049411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Nov 19 19:51:30 2016
New Revision: 426536
URL: https://svnweb.freebsd.org/changeset/ports/426536

Log:
  editors/nvi-devel: Fix ports ncurses header detection
  
  Approved by:	ncurses blanket

Modified:
  head/editors/nvi-devel/Makefile

Modified: head/editors/nvi-devel/Makefile
==============================================================================
--- head/editors/nvi-devel/Makefile	Sat Nov 19 19:47:22 2016	(r426535)
+++ head/editors/nvi-devel/Makefile	Sat Nov 19 19:51:30 2016	(r426536)
@@ -26,7 +26,7 @@ CONFIGURE_SCRIPT=	../dist/configure
 
 WIDECHAR_CONFIGURE_ON=	--enable-widechar
 
-CPPFLAGS+=		-I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
+CPPFLAGS+=		-I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include -I${NCURSESINC}
 LDFLAGS+=		-L${BDB_LIB_DIR} -L${LOCALBASE}/lib
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191951.uAJJpVjh049411>