Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 10:01:57 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r553598 - branches/2020Q4/Mk
Message-ID:  <202010291001.09TA1vjt013416@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Oct 29 10:01:57 2020
New Revision: 553598
URL: https://svnweb.freebsd.org/changeset/ports/553598

Log:
  MFH: r553597
  
  gecko: drop bogus comment r553595
  
  llvm-objdupm is part of WITH_CLANG, not WITH_CLANG_EXTRAS
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q4/Mk/bsd.gecko.mk
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/Mk/bsd.gecko.mk
==============================================================================
--- branches/2020Q4/Mk/bsd.gecko.mk	Thu Oct 29 10:01:20 2020	(r553597)
+++ branches/2020Q4/Mk/bsd.gecko.mk	Thu Oct 29 10:01:57 2020	(r553598)
@@ -89,7 +89,7 @@ MOZ_OPTIONS+=	--prefix="${PREFIX}"
 MOZ_MK_OPTIONS+=MOZ_OBJDIR="${BUILD_WRKSRC}"
 
 MOZ_OPTIONS+=	--with-libclang-path="${LOCALBASE}/llvm${LLVM_DEFAULT}/lib"
-.if !exists(/usr/bin/llvm-objdump) # WITHOUT_CLANG_EXTRAS
+.if !exists(/usr/bin/llvm-objdump)
 MOZ_EXPORT+=	LLVM_OBJDUMP="${LOCALBASE}/bin/llvm-objdump${LLVM_DEFAULT}"
 .endif
 # Require newer Clang than what's in base system unless user opted out



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010291001.09TA1vjt013416>