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: Wed Jul 27 17:09:46 UTC 2022
Modified Files:
pkgsrc/www/firefox: options.mk
Log Message:
firefox: fix build without dbus; --disable-necko-wifi invalid on BSD
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 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.70 pkgsrc/www/firefox/options.mk:1.71
--- pkgsrc/www/firefox/options.mk:1.70 Mon Jul 25 13:57:01 2022
+++ pkgsrc/www/firefox/options.mk Wed Jul 27 17:09:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.70 2022/07/25 13:57:01 tnn Exp $
+# $NetBSD: options.mk,v 1.71 2022/07/27 17:09:46 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
@@ -63,7 +63,9 @@ AUDIO_BACKENDS+= pulseaudio
CONFIGURE_ARGS+= --enable-dbus
.else
CONFIGURE_ARGS+= --disable-dbus
+. if ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --disable-necko-wifi
+. endif
.endif
.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
Home |
Main Index |
Thread Index |
Old Index