svn commit: r426559 - head/math/reduce

John Marino marino at FreeBSD.org
Sun Nov 20 05:52:42 UTC 2016


Author: marino
Date: Sun Nov 20 05:52:40 2016
New Revision: 426559
URL: https://svnweb.freebsd.org/changeset/ports/426559

Log:
  math/reduce: Set CPPFLAGS for ports-ncurses
  
  Approved by:	ncurses blanket

Modified:
  head/math/reduce/Makefile

Modified: head/math/reduce/Makefile
==============================================================================
--- head/math/reduce/Makefile	Sun Nov 20 05:34:25 2016	(r426558)
+++ head/math/reduce/Makefile	Sun Nov 20 05:52:40 2016	(r426559)
@@ -18,6 +18,7 @@ USES=		autoreconf:build gmake ncurses ta
 TARGET_SDIR=	${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
 CONFIGURE_ARGS=	--build=${TARGET_SDIR}
 WRKSRC=		${WRKDIR}/${DISTNAME}
+CPPFLAGS+=	-I${NCURSESINC}
 
 SFSUBDIR=	Snapshot_2014-11-30-kept-only-for-historical-interest
 


More information about the svn-ports-all mailing list