aboutsummaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-skia__skia.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-skia__skia.gyp')
-rw-r--r--www/chromium/files/patch-skia__skia.gyp11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-skia__skia.gyp b/www/chromium/files/patch-skia__skia.gyp
deleted file mode 100644
index cd26fdeba27..00000000000
--- a/www/chromium/files/patch-skia__skia.gyp
+++ /dev/null
@@ -1,11 +0,0 @@
---- skia/skia.gyp.orig 2011-08-06 10:01:12.000000000 +0200
-+++ skia/skia.gyp 2011-08-14 23:28:45.000000000 +0200
-@@ -752,7 +752,7 @@
- '../third_party/skia/src/opts/opts_check_SSE2.cpp'
- ],
- }],
-- ['clang==1', {
-+ ['OS=="freebsd"', {
- 'defines': [
- # Remove all use of __restrict__ -- skia uses it incorrectly,
- # and clang is more strict about it.