[SVN-Commit] r1109 - trunk/www/linux-seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Mon Dec 3 18:02:53 UTC 2012


Author: jbeich
Date: Mon Dec  3 18:02:46 2012
New Revision: 1109

Log:
audio workaround for linux- ports

Cherry-pick:	safe (nop for esr10)

Modified:
   trunk/www/linux-seamonkey/Makefile.common

Modified: trunk/www/linux-seamonkey/Makefile.common
==============================================================================
--- trunk/www/linux-seamonkey/Makefile.common	Mon Dec  3 18:02:39 2012	(r1108)
+++ trunk/www/linux-seamonkey/Makefile.common	Mon Dec  3 18:02:46 2012	(r1109)
@@ -45,6 +45,8 @@
 post-patch:
 	@${ECHO} 'pref("general.useragent.vendor", "'${OPSYS}'");' >> ${PREFS_FILE}
 	@${ECHO} 'pref("general.useragent.vendorSub", "'${ARCH}'");' >> ${PREFS_FILE}
+	# prefer libsydneyaudio (bug780531)
+	${ECHO} 'pref("media.use_cubeb", false);' >> ${PREFS_FILE}
 .endif
 .endif
 


More information about the freebsd-gecko mailing list