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
--- 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;

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"

Reply via email to