pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox102



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul 22 09:00:00 UTC 2023

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/firefox102/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/firefox102/options.mk
diff -u pkgsrc/www/firefox102/options.mk:1.3 pkgsrc/www/firefox102/options.mk:1.4
--- pkgsrc/www/firefox102/options.mk:1.3        Sun Aug  7 18:08:08 2022
+++ pkgsrc/www/firefox102/options.mk    Sat Jul 22 09:00:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2022/08/07 18:08:08 nia Exp $
+# $NetBSD: options.mk,v 1.4 2023/07/22 09:00:00 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -10,7 +10,7 @@ PKG_SUPPORTED_OPTIONS+=       alsa pulseaudio 
 PKG_SUGGESTED_OPTIONS+=        dbus
 
 .if ${OPSYS} == "Linux"
-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