svn commit: r497145 - head/games/opencity

Mark Linimon linimon at FreeBSD.org
Fri Mar 29 14:34:29 UTC 2019


Author: linimon
Date: Fri Mar 29 14:34:28 2019
New Revision: 497145
URL: https://svnweb.freebsd.org/changeset/ports/497145

Log:
  Fix build on gcc-based architectures:
  
    SharpPlus.h:24:3: error: #error "The GCC RTTI support is required."
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/opencity/Makefile

Modified: head/games/opencity/Makefile
==============================================================================
--- head/games/opencity/Makefile	Fri Mar 29 14:34:07 2019	(r497144)
+++ head/games/opencity/Makefile	Fri Mar 29 14:34:28 2019	(r497145)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpng.so:graphics/png
 
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig tar:bzip2
+USES=		compiler:c11 gmake pkgconfig tar:bzip2
 USE_SDL=	sdl mixer image net
 USE_GL=		gl glu
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list