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:   nia
Date:           Sat Jul 22 09:00:24 UTC 2023

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

Log Message:
firefox: Enable alsa backend by default on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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.73 pkgsrc/www/firefox/options.mk:1.74
--- pkgsrc/www/firefox/options.mk:1.73  Wed Apr  5 14:22:35 2023
+++ pkgsrc/www/firefox/options.mk       Sat Jul 22 09:00:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.73 2023/04/05 14:22:35 ryoon Exp $
+# $NetBSD: options.mk,v 1.74 2023/07/22 09:00:24 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS+= alsa pulseaudio 
 
 .if ${OPSYS} == "Linux"
 PKG_SUGGESTED_OPTIONS+=        dbus
-PKG_SUGGESTED_OPTIONS+=        pulseaudio mozilla-jemalloc webrtc
+PKG_SUGGESTED_OPTIONS+=        alsa pulseaudio mozilla-jemalloc webrtc
 .endif
 
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index