pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Nov 11 15:30:47 UTC 2020

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

Log Message:
firefox: Fix build

mk/endian.mk includes 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.

Reported by martin@ on tech-pkg@.


To generate a diff of this commit:
cvs rdiff -u -r1.183 -r1.184 pkgsrc/www/firefox/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/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.183 pkgsrc/www/firefox/mozilla-common.mk:1.184
--- pkgsrc/www/firefox/mozilla-common.mk:1.183  Wed Nov 11 10:11:21 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Wed Nov 11 15:30:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.183 2020/11/11 10:11:21 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.184 2020/11/11 15:30:46 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 gm4 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