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: Thu Jan 14 13:06:11 UTC 2021
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: SImplify URL for PR
To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 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.194 pkgsrc/www/firefox/mozilla-common.mk:1.195
--- pkgsrc/www/firefox/mozilla-common.mk:1.194 Thu Jan 14 12:07:52 2021
+++ pkgsrc/www/firefox/mozilla-common.mk Thu Jan 14 13:06:11 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.194 2021/01/14 12:07:52 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.195 2021/01/14 13:06:11 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -143,7 +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
+# PR pkg/55647 https://gnats.netbsd.org/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