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:   nia
Date:           Thu Jan 14 12:07:53 UTC 2021

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

Log Message:
firefox: Add PR reference


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 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.193 pkgsrc/www/firefox/mozilla-common.mk:1.194
--- pkgsrc/www/firefox/mozilla-common.mk:1.193  Wed Jan  6 11:21:40 2021
+++ pkgsrc/www/firefox/mozilla-common.mk        Thu Jan 14 12:07:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.193 2021/01/06 11:21:40 triaxx Exp $
+# $NetBSD: mozilla-common.mk,v 1.194 2021/01/14 12:07:52 nia Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -143,6 +143,7 @@ fix-clang-wrapper:
 # Firefox requires Clang during the build, even when building with GCC.
 # XXX: When using GCC, pkgsrc provides 'clang' wrappers that are actually gcc.
 # This breaks the build.
+# PR pkg/55647 https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=55647
        ${LN} -sf ${PREFIX}/bin/clang ${WRKDIR}/.cwrapper/bin/clang
        ${LN} -sf ${PREFIX}/bin/clang++ ${WRKDIR}/.cwrapper/bin/clang++
        ${LN} -sf ${PREFIX}/bin/clang-cpp ${WRKDIR}/.cwrapper/bin/clang-cpp



Home | Main Index | Thread Index | Old Index