Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2013 09:18:07 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Lars Engels <lme@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r317834 - head/astro/swe
Message-ID:  <20130511091807.GA67148@FreeBSD.org>
In-Reply-To: <201305101828.r4AISZWi094449@svn.freebsd.org>
References:  <201305101828.r4AISZWi094449@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 10, 2013 at 06:28:35PM +0000, Lars Engels wrote:
> New Revision: 317834
> URL: http://svnweb.freebsd.org/changeset/ports/317834
> 
> @@ -24,6 +24,10 @@ post-patch:
>  		-e 's|CFLAGS =|CFLAGS ?=|' \
>  		${WRKSRC}/Makefile
>  
> +.if ${OSVERSION} >= 100000
> +	@${REINPLACE_CMD} -e 's|-O9|-O3|' ${WRKSRC}/Makefile
> +.endif

Any reason for this fix being conditional on OSVERSION?

./danfe



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