ports/182682: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Oct 14 12:20:02 UTC 2013


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/182682: commit references a PR
Date: Mon, 14 Oct 2013 12:11:31 +0000 (UTC)

 Author: rene
 Date: Mon Oct 14 12:11:22 2013
 New Revision: 330311
 URL: http://svnweb.freebsd.org/changeset/ports/330311
 
 Log:
   Allow building with clang when GNU ar (from devel/binutils) is installed
   and LOCALBASE/bin comes before /usr/bin in $PATH
   
   PR:		ports/182682
   Submitted by:	Christoph Moench-Tegeder <cmt at burggraben.net>
 
 Modified:
   head/www/chromium/Makefile
 
 Modified: head/www/chromium/Makefile
 ==============================================================================
 --- head/www/chromium/Makefile	Mon Oct 14 12:10:40 2013	(r330310)
 +++ head/www/chromium/Makefile	Mon Oct 14 12:11:22 2013	(r330311)
 @@ -140,6 +140,7 @@ CXX=		clang++
  .endif
  GYP_DEFINES+=	clang=1
  EXTRA_PATCHES+=	${FILESDIR}/extra-patch-clang
 +CONFIGURE_ENV+=	AR=/usr/bin/ar
  .endif
  
  .if ${OSVERSION} >= 1000052 && !exists(${LOCALBASE}/include/execinfo.h)
 _______________________________________________
 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-chromium mailing list