Mon Nov 7 01:02:09 2022 UTC ()
firefox52: adjust outdated comments


(gutteridge)
diff -r1.14 -r1.15 pkgsrc/www/firefox52/mozilla-common.mk

cvs diff -r1.14 -r1.15 pkgsrc/www/firefox52/mozilla-common.mk (expand / switch to unified diff)

--- pkgsrc/www/firefox52/mozilla-common.mk 2022/05/15 00:37:26 1.14
+++ pkgsrc/www/firefox52/mozilla-common.mk 2022/11/07 01:02:08 1.15
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: mozilla-common.mk,v 1.14 2022/05/15 00:37:26 dholland Exp $ 1# $NetBSD: mozilla-common.mk,v 1.15 2022/11/07 01:02:08 gutteridge Exp $
2# 2#
3# common Makefile fragment for mozilla packages based on gecko 2.0. 3# common Makefile fragment for mozilla packages based on gecko 2.0.
4# 4#
5# used by www/firefox/Makefile 5# used by www/firefox52/Makefile
6# used by www/seamonkey/Makefile 
7 6
8# GCC 4.6 is required to support nullptr. 7# GCC 4.6 is required to support nullptr.
9GCC_REQD+= 4.8 8GCC_REQD+= 4.8
10 9
11.include "../../mk/bsd.prefs.mk" 10.include "../../mk/bsd.prefs.mk"
12 11
13.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" 12.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
14BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm 13BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm
15 14
16# Enable Google widevine CDM. This requires external libwidevinecdm.so. 15# Enable Google widevine CDM. This requires external libwidevinecdm.so.
17#CONFIGURE_ARGS+= --enable-eme=widevine 16#CONFIGURE_ARGS+= --enable-eme=widevine
18.endif 17.endif
19 18