svn commit: r386150 - head/games/darkplaces
Max Brazhnikov
makc at freebsd.org
Thu May 14 09:23:06 UTC 2015
On Tue, 12 May 2015 13:52:07 +0000 (UTC)Tue May 12 13:52:06 2015 Dmitry Marakasov wrote:
> Author: amdmi3
> Date: Tue May 12 13:52:06 2015
> New Revision: 386150
> URL: https://svnweb.freebsd.org/changeset/ports/386150
>
> Log:
> - Fix build on < 10.x
Thanks! I was aware of the problem, but forgot to commit the fix along with update.
>
> Approved by: portmgr blanket
>
> Modified:
> head/games/darkplaces/Makefile
>
> Modified: head/games/darkplaces/Makefile
> ==============================================================================
> --- head/games/darkplaces/Makefile Tue May 12 13:08:04 2015 (r386149)
> +++ head/games/darkplaces/Makefile Tue May 12 13:52:06 2015 (r386150)
> @@ -38,6 +38,10 @@ SERVER_DESC= Build dedicated server
>
> .include <bsd.port.options.mk>
>
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
> +USE_GCC= yes # internal compiler error on base gcc
> +.endif
> +
> .if ${PORT_OPTIONS:MGLX} || ${PORT_OPTIONS:MSDL}
> USE_GL= glu
> PLIST_SUB+= CLIENT=""
>
More information about the svn-ports-all
mailing list