svn commit: r514521 - head/games/endless-sky

Piotr Kubaj pkubaj at anongoth.pl
Tue Oct 15 16:56:45 UTC 2019


USES=compiler:c++11-lib and USES=compiler:c++11-lang do literally the same.

The correct fix is already commited in https://svnweb.freebsd.org/ports?view=revision&revision=514179

On 19-10-15 13:01:51, Mark Linimon wrote:
> Author: linimon
> Date: Tue Oct 15 13:01:51 2019
> New Revision: 514521
> URL: https://svnweb.freebsd.org/changeset/ports/514521
> 
> Log:
>   Fix build on GCC-based systems:
>   
>     cc1plus: error: unrecognized command line option "-std=c++11"
>   
>   Approved by:	portmgr (tier-2 blanket)
> 
> Modified:
>   head/games/endless-sky/Makefile
> 
> Modified: head/games/endless-sky/Makefile
> ==============================================================================
> --- head/games/endless-sky/Makefile	Tue Oct 15 12:53:25 2019	(r514520)
> +++ head/games/endless-sky/Makefile	Tue Oct 15 13:01:51 2019	(r514521)
> @@ -18,7 +18,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
>  
>  USE_GITHUB=	yes
>  
> -USES=		compiler:c++11-lib gl gnome jpeg localbase:ldflags openal scons sdl xorg
> +USES=		compiler:c++11-lang gl gnome jpeg localbase:ldflags openal scons sdl xorg
>  USE_SDL=	sdl2
>  USE_GL=		gl glew
>  INSTALLS_ICONS=	yes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20191015/105ce681/attachment.sig>


More information about the svn-ports-head mailing list