svn commit: r317834 - head/astro/swe

Alexey Dokuchaev danfe at FreeBSD.org
Sat May 11 09:18:07 UTC 2013


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


More information about the svn-ports-all mailing list