pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox78



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Nov 11 16:13:51 UTC 2020

Modified Files:
        pkgsrc/www/firefox78: mozilla-common.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/firefox78/mozilla-common.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox78/mozilla-common.mk
diff -u pkgsrc/www/firefox78/mozilla-common.mk:1.2 pkgsrc/www/firefox78/mozilla-common.mk:1.3
--- pkgsrc/www/firefox78/mozilla-common.mk:1.2  Wed Nov 11 10:13:29 2020
+++ pkgsrc/www/firefox78/mozilla-common.mk      Wed Nov 11 16:13:51 2020
@@ -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 @@ CONFIGURE_ARGS+=      --prefix=${PREFIX}
 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