Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 10:50:40 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Pietro Cerutti <gahr@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r308132 - head/audio/amrcoder
Message-ID:  <20121203105040.GA30670@FreeBSD.org>
In-Reply-To: <201212031034.qB3AYpkL004754@svn.freebsd.org>
References:  <201212031034.qB3AYpkL004754@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 03, 2012 at 10:34:51AM +0000, Pietro Cerutti wrote:
> New Revision: 308132
> URL: http://svnweb.freebsd.org/changeset/ports/308132
> 
> @@ -23,4 +18,7 @@ MANCOMPRESSED=	yes
>  post-extract:
>  	@${RM} ${WRKSRC}/*.o
>  
> +post-patch:
> +	${REINPLACE_CMD} -e 's|O4|O3|' ${WRKSRC}/${MAKEFILE}
> +

I recall this is not the first similar fix.  Is there reason not to uphold
${CFLAGS} here instead?

./danfe



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