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

From: [email protected] (dfilter service)
To: [email protected]
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 <[email protected]>
 
 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)
 _______________________________________________
 [email protected] mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "[email protected]"
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"

Reply via email to