Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2017 07:19:09 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433377 - head/devel/tigcc
Message-ID:  <201702050719.v157J95G031953@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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