svn commit: r553597 - head/Mk
Jan Beich
jbeich at FreeBSD.org
Thu Oct 29 10:01:21 UTC 2020
Author: jbeich
Date: Thu Oct 29 10:01:20 2020
New Revision: 553597
URL: https://svnweb.freebsd.org/changeset/ports/553597
Log:
gecko: drop bogus comment r553595
llvm-objdupm is part of WITH_CLANG, not WITH_CLANG_EXTRAS
Modified:
head/Mk/bsd.gecko.mk (contents, props changed)
Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk Thu Oct 29 09:57:22 2020 (r553596)
+++ head/Mk/bsd.gecko.mk Thu Oct 29 10:01:20 2020 (r553597)
@@ -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