Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 12:20:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-chromium@FreeBSD.org
Subject:   Re: ports/182682: commit references a PR
Message-ID:  <201310141220.r9ECK2ZC057412@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182682; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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@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?201310141220.r9ECK2ZC057412>