Date: Mon, 20 Aug 2012 15:40:14 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: office@FreeBSD.org Subject: Re: ports/169868: commit references a PR Message-ID: <201208201540.q7KFeE7O052391@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/169868; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/169868: commit references a PR Date: Mon, 20 Aug 2012 15:30:25 +0000 (UTC) Author: bapt Date: Mon Aug 20 15:29:53 2012 New Revision: 302804 URL: http://svn.freebsd.org/changeset/ports/302804 Log: - fix build with libc++ PR: ports/169868 Submitted by: Jan Beich <jbeich@tormail.org> Modified: head/devel/icu/Makefile Modified: head/devel/icu/Makefile ============================================================================== --- head/devel/icu/Makefile Mon Aug 20 15:24:13 2012 (r302803) +++ head/devel/icu/Makefile Mon Aug 20 15:29:53 2012 (r302804) @@ -72,6 +72,8 @@ CONFIGURE_ARGS+= --enable-weak-threads .endif post-patch: + @${REINPLACE_CMD} -e '/CXXFLAGS=/s/-ansi//' \ + ${WRKSRC}/configure .if defined(WITHOUT_THREADS) @${REINPLACE_CMD} -e 's,\(THREADSC.*FLAGS\).*,\1=${PTHREAD_CFLAGS},g' ${WRKSRC}/config/mh-bsd-gcc .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208201540.q7KFeE7O052391>