Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 20:41:58 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512241 - head/lang/gravity
Message-ID:  <201909172041.x8HKfweY029239@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Sep 17 20:41:58 2019
New Revision: 512241
URL: https://svnweb.freebsd.org/changeset/ports/512241

Log:
  lang/gravity: fix build on GCC architectures
  
  Use new GCC:
  /wrkdirs/usr/ports/lang/gravity/work/gravity-0.7.5/src/runtime/gravity_vm.c:908: error: #pragma GCC diagnostic not allowed inside functions
  
  Approved by:	mentors (implicit approval)

Modified:
  head/lang/gravity/Makefile

Modified: head/lang/gravity/Makefile
==============================================================================
--- head/lang/gravity/Makefile	Tue Sep 17 20:17:46 2019	(r512240)
+++ head/lang/gravity/Makefile	Tue Sep 17 20:41:58 2019	(r512241)
@@ -11,7 +11,7 @@ COMMENT=	Embeddable programming language
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake
+USES=		cmake compiler:c11
 USE_GITHUB=	yes
 GH_ACCOUNT=	marcobambini
 



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