svn commit: r426614 - head/textproc/fzf

John Marino marino at FreeBSD.org
Sun Nov 20 19:22:33 UTC 2016


Author: marino
Date: Sun Nov 20 19:22:31 2016
New Revision: 426614
URL: https://svnweb.freebsd.org/changeset/ports/426614

Log:
  textproc/fzf: Fix headers inclusion for ports-based ncurses
  
  Approved by:	ncurses blanket

Modified:
  head/textproc/fzf/Makefile

Modified: head/textproc/fzf/Makefile
==============================================================================
--- head/textproc/fzf/Makefile	Sun Nov 20 19:17:08 2016	(r426613)
+++ head/textproc/fzf/Makefile	Sun Nov 20 19:22:31 2016	(r426614)
@@ -23,6 +23,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
 GO_TARGET=	${GO_PKGNAME}/src/fzf
+MAKE_ENV+=	CGO_CPPFLAGS="-I${NCURSESINC}"
 
 PLIST_FILES=	bin/fzf man/man1/fzf.1.gz
 


More information about the svn-ports-head mailing list