pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: SImplify URL for PR



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37962be6ede3
branches:  trunk
changeset: 444889:37962be6ede3
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Jan 14 13:06:11 2021 +0000

description:
firefox: SImplify URL for PR

diffstat:

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

diffs (18 lines):

diff -r d532d0586263 -r 37962be6ede3 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Thu Jan 14 13:05:46 2021 +0000
+++ b/www/firefox/mozilla-common.mk     Thu Jan 14 13:06:11 2021 +0000
@@ -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 @@
 # 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