svn commit: r433377 - head/devel/tigcc

Jan Beich jbeich at FreeBSD.org
Sun Feb 5 07:19:10 UTC 2017


Author: jbeich
Date: Sun Feb  5 07:19:09 2017
New Revision: 433377
URL: https://svnweb.freebsd.org/changeset/ports/433377

Log:
  devel/tigcc: unbreak with gcc5 or later
  
  PR:		216810

Modified:
  head/devel/tigcc/Makefile   (contents, props changed)

Modified: head/devel/tigcc/Makefile
==============================================================================
--- head/devel/tigcc/Makefile	Sun Feb  5 07:18:55 2017	(r433376)
+++ head/devel/tigcc/Makefile	Sun Feb  5 07:19:09 2017	(r433377)
@@ -17,8 +17,8 @@ COMMENT=	C compiler for the TI89, 92, an
 
 BROKEN_powerpc64=	Does not build
 
-USE_GCC=	any
-USES=		bison gmake tar:bzip2
+USE_CSTD=	gnu89
+USES=		bison compiler:nestedfct gmake tar:bzip2
 NO_WRKSUBDIR=	yes
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list