[CFT] chromium 27

René Ladan rene at freebsd.org
Mon May 13 11:37:07 UTC 2013


On 13-05-2013 12:24, Carlos Jacobo Puga Medina wrote:
> Hi,
>
> I tested chromium-27.0.1453.73, but problem seems that chromium can't
> find the plugins IcedTea-Web Plugin and Adobe Flash Player installed,
> only listed Chromoting Viewer as default.
>
Can you place the attached patch in files/ (commit
https://github.com/gliaskos/freebsd-chromium/commit/bc63c97511edb6c6d071b9983278efda529eb68b
) and rebuild chromium?

That fixes detection of Adobe Flash plugin for me.

Regards,
Rene
-------------- next part --------------
--- webkit/plugins/npapi/plugin_utils.cc.orig	2013-05-12 20:08:18.000000000 +0300
+++ webkit/plugins/npapi/plugin_utils.cc	2013-05-12 20:10:33.000000000 +0300
@@ -45,7 +45,7 @@
 }
 
 bool NPAPIPluginsSupported() {
-#if defined(OS_WIN) || defined(OS_MACOSX) || (defined(OS_LINUX) && !defined(USE_AURA))
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_BSD) || (defined(OS_LINUX) && !defined(USE_AURA))
   return true;
 #else
   return false;



More information about the freebsd-chromium mailing list