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:   tnn
Date:           Sun Jul 17 17:37:11 UTC 2022

Modified Files:
        pkgsrc/www/firefox: options.mk

Log Message:
firefox: enable webrtc by default only on x86

libwebrtc build is borked on at least arm and aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/www/firefox/options.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/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.66 pkgsrc/www/firefox/options.mk:1.67
--- pkgsrc/www/firefox/options.mk:1.66  Fri May 13 14:12:53 2022
+++ pkgsrc/www/firefox/options.mk       Sun Jul 17 17:37:11 2022
@@ -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+=       pulseaudio mozil
 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