svn commit: r516777 - head/lang/retro12

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Nov 5 08:01:44 UTC 2019


Author: 0mp
Date: Tue Nov  5 08:01:44 2019
New Revision: 516777
URL: https://svnweb.freebsd.org/changeset/ports/516777

Log:
  lang/retro12: fix build on GCC architectures
  
  PR:		241723
  Submitted by:	pkubaj@

Modified:
  head/lang/retro12/Makefile

Modified: head/lang/retro12/Makefile
==============================================================================
--- head/lang/retro12/Makefile	Tue Nov  5 07:55:11 2019	(r516776)
+++ head/lang/retro12/Makefile	Tue Nov  5 08:01:44 2019	(r516777)
@@ -14,6 +14,7 @@ LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		ncurses shebangfix
+USE_CSTD=	c99
 
 SHEBANG_FILES=	example/Atua*
 SHEBANG_LANG=	retro


More information about the svn-ports-all mailing list