openbsd-ports/www/chromium/patches/patch-chrome_browser_browser_resources_grd
robert a52e8efd8d - update to 26.0.1410.43
- switch chromium to use clang/llvm instead of gcc
- switch back to the internal libvpx because it's an unreleased version
  at this point
- re-enable SSE2 support
2013-04-03 08:19:10 +00:00

13 lines
652 B
Plaintext

$OpenBSD: patch-chrome_browser_browser_resources_grd,v 1.3 2013/04/03 08:19:10 robert Exp $
--- chrome/browser/browser_resources.grd.orig.port Fri Mar 22 02:14:04 2013
+++ chrome/browser/browser_resources.grd Tue Apr 2 21:05:17 2013
@@ -167,7 +167,7 @@
<if expr="is_macosx">
<include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_mac.json" type="BINDATA" />
</if>
- <if expr="is_linux">
+ <if expr="is_linux or is_posix">
<if expr="pp_ifdef('chromeos')">
<include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_chromeos.json" type="BINDATA" />
</if>