pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox78 firefox78: Fix build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/116a6890c5dc
branches:  trunk
changeset: 441823:116a6890c5dc
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Nov 11 16:13:51 2020 +0000

description:
firefox78: Fix build

mk/endian.mk included mk/compiler.mk and PKG_CC and PKG_CXX were
effective.
Now mk/endian.mk has been removed and include mk/compiler.mk
explicitly to use clang only.

diffstat:

 www/firefox78/mozilla-common.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f6148f3c9760 -r 116a6890c5dc www/firefox78/mozilla-common.mk
--- a/www/firefox78/mozilla-common.mk   Wed Nov 11 15:47:50 2020 +0000
+++ b/www/firefox78/mozilla-common.mk   Wed Nov 11 16:13:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.2 2020/11/11 10:13:29 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.3 2020/11/11 16:13:51 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -22,6 +22,8 @@
 USE_TOOLS+=            pkg-config perl gmake autoconf213 unzip zip
 UNLIMIT_RESOURCES+=    datasize virtualsize
 
+.include "../../mk/compiler.mk"
+
 # firefox needs a compiler that supports gnu++14 and gnu++17.
 # However, passing --std=gnu++17 (from wrappers, as a result of
 # USE_LANGUAGES), results in problems for some Rust modules (as of



Home | Main Index | Thread Index | Old Index