openbsd-ports/www/chromium/patches/patch-breakpad_breakpad_gyp
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
492 B
Plaintext

$OpenBSD: patch-breakpad_breakpad_gyp,v 1.1 2013/04/03 08:19:10 robert Exp $
--- breakpad/breakpad.gyp.orig.port Fri Mar 22 02:13:13 2013
+++ breakpad/breakpad.gyp Tue Apr 2 21:05:17 2013
@@ -10,7 +10,7 @@
'conditions': [
# minidump_stackwalk and minidump_dump are tool-type executables that do
# not build on iOS.
- ['OS!="ios" and OS!="win"', {
+ ['OS!="ios" and OS!="win" and os_bsd!=1', {
'targets': [
{
'target_name': 'minidump_stackwalk',