0009-Bug-755869-FreeBSD-Hurd.patch (1091B)
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 7 8 --- 9 gfx/skia/include/core/SkPreConfig.h | 3 ++- 10 1 files changed, 2 insertions(+), 1 deletions(-) 11 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