zap stray

This commit is contained in:
okan 2011-01-18 15:53:06 +00:00
parent 3a929e521c
commit 613460855d

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-skia_skia_gyp.orig,v 1.1 2010/12/13 09:51:46 espie Exp $
--- skia/skia.gyp.orig Tue Mar 30 07:28:18 2010
+++ skia/skia.gyp Sun Nov 28 00:11:27 2010
@@ -692,7 +692,7 @@
'../third_party/skia/src/core',
],
'conditions': [
- [ 'OS == "linux" and target_arch != "arm"', {
+ [ '(OS == "linux" or OS == "freebsd" or OS == "openbsd") and target_arch != "arm"', {
'cflags': [
'-msse2',
],