ports/169868: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Aug 20 15:40:15 UTC 2012


The following reply was made to PR ports/169868; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-office mailing list