tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH] firefox: allow dbus to be disabled on Linux



With the release of firefox 80, there are no longer any issues with
--disable-dbus on Linux[0].

[0] https://bugzilla.mozilla.org/show_bug.cgi?id=1561207
---
 www/firefox/options.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/www/firefox/options.mk b/www/firefox/options.mk
index eb03cfd9ca7..d3e77fdd73a 100644
--- a/www/firefox/options.mk
+++ b/www/firefox/options.mk
@@ -65,9 +65,6 @@ CONFIGURE_ARGS+=	--disable-pulseaudio
 CONFIGURE_ARGS+=	--enable-dbus
 .else
 CONFIGURE_ARGS+=	--disable-dbus
-.  if ${OPSYS} == "Linux"
-PKG_FAIL_REASON+=	"The dbus PKG_OPTION cannot be disabled on Linux."
-.  endif
 .endif
 
 #PLIST_VARS+=		branding nobranding
-- 
2.28.0



Home | Main Index | Thread Index | Old Index