svn commit: r553598 - branches/2020Q4/Mk

Jan Beich jbeich at FreeBSD.org
Thu Oct 29 10:01:58 UTC 2020


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


More information about the svn-ports-all mailing list