aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-11-29 20:22:44 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-11-29 20:22:44 +0000
commitf4c07f1834f70e7359c290415aaf47727cda042a (patch)
tree05e352c8e2699d74b5a47ea504be2eb216f1c214 /Mk/bsd.gecko.mk
parent3efc85d78def4d179a6934aaf5e26b0c9f941ba0 (diff)
downloadports-f4c07f1834f70e7359c290415aaf47727cda042a.tar.gz
ports-f4c07f1834f70e7359c290415aaf47727cda042a.zip
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r--Mk/bsd.gecko.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 73c2594d1599..b912e1aa7ade 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -123,10 +123,13 @@ RUSTFLAGS+= ${CFLAGS:M-mcpu=*:S/-mcpu=/-C target-cpu=/}
# Standard depends
_ALL_DEPENDS= av1 event ffi graphite harfbuzz icu jpeg nspr nss png pixman sqlite vpx webp
+# firefox 95 uses a dav1d snapshot > 0.9.2
+.if ${MOZILLA_VER:R:R} < 95
.if exists(${FILESDIR}/patch-bug1559213)
av1_LIB_DEPENDS= libaom.so:multimedia/aom libdav1d.so:multimedia/dav1d
av1_MOZ_OPTIONS= --with-system-av1
.endif
+.endif
event_LIB_DEPENDS= libevent.so:devel/libevent
event_MOZ_OPTIONS= --with-system-libevent