svn commit: r497145 - head/games/opencity

Alexey Dokuchaev danfe at freebsd.org
Fri Mar 29 14:57:24 UTC 2019


On Fri, Mar 29, 2019 at 02:34:28PM +0000, Mark Linimon wrote:
> 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."

This error message suggests C++.  I've downloaded the distfile and
found only 2 *.c files and 101 *.cpp ones.

> -USES=		gmake pkgconfig tar:bzip2
> +USES=		compiler:c11 gmake pkgconfig tar:bzip2

That said, why `compiler:c11'?

./danfe


More information about the svn-ports-head mailing list