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

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Thu Apr 18 19:25:05 UTC 2013


Author: jbeich
Date: Thu Apr 18 19:24:58 2013
New Revision: 1252

Log:
improve workaround descriptions

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

Modified: trunk/www/linux-seamonkey/Makefile.common
==============================================================================
--- trunk/www/linux-seamonkey/Makefile.common	Thu Apr 18 18:52:08 2013	(r1251)
+++ trunk/www/linux-seamonkey/Makefile.common	Thu Apr 18 19:24:58 2013	(r1252)
@@ -42,10 +42,10 @@
 post-patch:
 	@${MKDIR} ${PREFS_FILE:H}
 
-	# prefer libsydneyaudio (bug780531)
+	# no AFMT_FLOAT support in kernel (bug 780531)
 	${ECHO} 'pref("media.use_cubeb", false);' >> ${PREFS_FILE}
 
-	# out-of-process plugins don't work with linuxulator
+	# out-of-process plugins don't work with linuxulator (ports/170402)
 	${ECHO} 'pref("dom.ipc.plugins.enabled", false);' >> ${PREFS_FILE}
 .endif
 .endif


More information about the freebsd-gecko mailing list