Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2013 19:24:58 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1252 - trunk/www/linux-seamonkey
Message-ID:  <201304181924.r3IJOwcg019594@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



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