Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 From df3be24040f7cb2f9c7ed86ad3e47206630e885f Mon Sep 17 00:00:00 2001
2 From: George Wright <gwright@mozilla.com>
3 Date: Wed, 23 May 2012 14:49:57 -0400
4 Subject: [PATCH 09/10] Bug 755869 - [12] Re-apply bug 749533 - Add
5 support for GNU/kFreeBSD and Hurd in Skia.
6 r=mattwoodrow
8 ---
9 gfx/skia/include/core/SkPreConfig.h | 3 ++-
10 1 files changed, 2 insertions(+), 1 deletions(-)
12 diff --git a/gfx/skia/include/core/SkPreConfig.h b/gfx/skia/include/core/SkPreConfig.h
13 index 46c6929..16c4d6c 100644
14 --- a/gfx/skia/include/core/SkPreConfig.h
15 +++ b/gfx/skia/include/core/SkPreConfig.h
16 @@ -35,7 +35,8 @@
17 #elif defined(ANDROID)
18 #define SK_BUILD_FOR_ANDROID
19 #elif defined(linux) || defined(__FreeBSD__) || defined(__OpenBSD__) || \
20 - defined(__sun) || defined(__NetBSD__) || defined(__DragonFly__)
21 + defined(__sun) || defined(__NetBSD__) || defined(__DragonFly__) || \
22 + defined(__GLIBC__) || defined(__GNU__)
23 #define SK_BUILD_FOR_UNIX
24 #elif TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
25 #define SK_BUILD_FOR_IOS
26 --
27 1.7.5.4