pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: enable webrtc by default only on x86
details: https://anonhg.NetBSD.org/pkgsrc/rev/963f138b3d70
branches: trunk
changeset: 381999:963f138b3d70
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Jul 17 17:37:11 2022 +0000
description:
firefox: enable webrtc by default only on x86
libwebrtc build is borked on at least arm and aarch64
diffstat:
www/firefox/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e0fa45df9135 -r 963f138b3d70 www/firefox/options.mk
--- a/www/firefox/options.mk Sun Jul 17 16:54:26 2022 +0000
+++ b/www/firefox/options.mk Sun Jul 17 17:37:11 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.66 2022/05/13 14:12:53 ryoon Exp $
+# $NetBSD: options.mk,v 1.67 2022/07/17 17:37:11 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
@@ -17,7 +17,7 @@
PKG_SUGGESTED_OPTIONS+= sunaudio
.endif
-.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} >= 090000
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} >= 090000 && (!empty(MACHINE_ARCH:Mx86_64) || !empty(MACHINE_ARCH:Mi386))
PKG_SUGGESTED_OPTIONS+= webrtc
.endif
Home |
Main Index |
Thread Index |
Old Index