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 Nov 12 09:58:16 UTC 2020

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

Log Message:
firefox: Readd accidentally removed clang dep


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 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.185 pkgsrc/www/firefox/mozilla-common.mk:1.186
--- pkgsrc/www/firefox/mozilla-common.mk:1.185  Wed Nov 11 22:21:33 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Thu Nov 12 09:58:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.185 2020/11/11 22:21:33 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.186 2020/11/12 09:58:16 nia Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -191,6 +191,8 @@ BUILDLINK_API_DEPENDS.nss+= nss>=3.56
 #.include "../../graphics/cairo/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libwebp+=        libwebp>=1.0.2
 .include "../../graphics/libwebp/buildlink3.mk"
+BUILDLINK_DEPMETHOD.clang=     build
+.include "../../lang/clang/buildlink3.mk"
 .if !empty(MACHINE_PLATFORM:MNetBSD-8.*-*)
 BUILDLINK_DEPMETHOD.gcc8=      full
 .include "../../lang/gcc8/buildlink3.mk"



Home | Main Index | Thread Index | Old Index