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
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to