Date: Fri, 29 Mar 2019 14:34:28 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497145 - head/games/opencity Message-ID: <201903291434.x2TEYSFv053140@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903291434.x2TEYSFv053140>