Date: Thu, 18 Apr 2013 18:51:51 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1249 - trunk/www/linux-seamonkey Message-ID: <201304181851.r3IIppbi024363@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Apr 18 18:51:51 2013 New Revision: 1249 Log: add a workaround for flash plugin on linux- ports PR: ports/170402 Modified: trunk/www/linux-seamonkey/Makefile.common Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Thu Apr 18 07:17:04 2013 (r1248) +++ trunk/www/linux-seamonkey/Makefile.common Thu Apr 18 18:51:51 2013 (r1249) @@ -44,6 +44,9 @@ @${ECHO} 'pref("general.useragent.vendorSub", "'${ARCH}'");' >> ${PREFS_FILE} # prefer libsydneyaudio (bug780531) ${ECHO} 'pref("media.use_cubeb", false);' >> ${PREFS_FILE} + + # out-of-process plugins don't work with linuxulator + ${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?201304181851.r3IIppbi024363>