Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2014 01:44:36 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1541 - trunk/www/firefox
Message-ID:  <201403110144.s2B1iaUT014759@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Mar 11 01:44:36 2014
New Revision: 1541

Log:
allow building with both alsa and pulse

Modified:
   trunk/www/firefox/Makefile.options

Modified: trunk/www/firefox/Makefile.options
==============================================================================
--- trunk/www/firefox/Makefile.options	Sat Mar  8 05:20:17 2014	(r1540)
+++ trunk/www/firefox/Makefile.options	Tue Mar 11 01:44:36 2014	(r1541)
@@ -4,8 +4,8 @@
 			LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST
 OPTIONS_DEFAULT+=	ALSA DBUS GIO GSTREAMER LOGGING
 
-OPTIONS_SINGLE+=	AUDIO
-OPTIONS_SINGLE_AUDIO=	ALSA PULSEAUDIO
+OPTIONS_MULTI+=		AUDIO
+OPTIONS_MULTI_AUDIO=	ALSA PULSEAUDIO
 
 ENIGMAIL_DESC?=		Enigmail extension
 GIO_DESC?=		GIO for file I/O # move to bsd.options.desc.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403110144.s2B1iaUT014759>