svn commit: r426690 - head/textproc/fzf

Kurt Jaeger pi at FreeBSD.org
Mon Nov 21 05:44:55 UTC 2016


Author: pi
Date: Mon Nov 21 05:44:54 2016
New Revision: 426690
URL: https://svnweb.freebsd.org/changeset/ports/426690

Log:
  textproc/fzf: re-fix headers inclusion for ports-based ncurses
  
  PR:		214678
  Submitted by:	marino
  Approved by:	ncurses blanket

Modified:
  head/textproc/fzf/Makefile

Modified: head/textproc/fzf/Makefile
==============================================================================
--- head/textproc/fzf/Makefile	Mon Nov 21 04:23:32 2016	(r426689)
+++ head/textproc/fzf/Makefile	Mon Nov 21 05:44:54 2016	(r426690)
@@ -20,6 +20,7 @@ GH_SUBDIR:=	src/github.com/${GH_ACCOUNT}
 GH_TUPLE=	junegunn:go-runewidth:63c378b:runwidth/src/github.com/junegunn/go-runewidth \
     		junegunn:go-shellwords:35d512a:shellwords/src/github.com/junegunn/go-shellwords \
 		junegunn:go-isatty:66b8e73:isatty/src/github.com/junegunn/go-isatty
+MAKE_ENV+=	CGO_CPPFLAGS="-I${NCURSESINC}"
 
 PLIST_FILES=	bin/fzf man/man1/fzf.1.gz
 


More information about the svn-ports-all mailing list