Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 09:19:02 +0000
From:      Max Brazhnikov <makc@freebsd.org>
To:        Dmitry Marakasov <amdmi3@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r386150 - head/games/darkplaces
Message-ID:  <11186066.LFuKROToQk@mercury.ph.man.ac.uk>
In-Reply-To: <201505121352.t4CDq7Iu079299@svn.freebsd.org>
References:  <201505121352.t4CDq7Iu079299@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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=""
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11186066.LFuKROToQk>