1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/skia/patches/archive/0009-Bug-755869-FreeBSD-Hurd.patch Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +From df3be24040f7cb2f9c7ed86ad3e47206630e885f Mon Sep 17 00:00:00 2001 1.5 +From: George Wright <gwright@mozilla.com> 1.6 +Date: Wed, 23 May 2012 14:49:57 -0400 1.7 +Subject: [PATCH 09/10] Bug 755869 - [12] Re-apply bug 749533 - Add 1.8 + support for GNU/kFreeBSD and Hurd in Skia. 1.9 + r=mattwoodrow 1.10 + 1.11 +--- 1.12 + gfx/skia/include/core/SkPreConfig.h | 3 ++- 1.13 + 1 files changed, 2 insertions(+), 1 deletions(-) 1.14 + 1.15 +diff --git a/gfx/skia/include/core/SkPreConfig.h b/gfx/skia/include/core/SkPreConfig.h 1.16 +index 46c6929..16c4d6c 100644 1.17 +--- a/gfx/skia/include/core/SkPreConfig.h 1.18 ++++ b/gfx/skia/include/core/SkPreConfig.h 1.19 +@@ -35,7 +35,8 @@ 1.20 + #elif defined(ANDROID) 1.21 + #define SK_BUILD_FOR_ANDROID 1.22 + #elif defined(linux) || defined(__FreeBSD__) || defined(__OpenBSD__) || \ 1.23 +- defined(__sun) || defined(__NetBSD__) || defined(__DragonFly__) 1.24 ++ defined(__sun) || defined(__NetBSD__) || defined(__DragonFly__) || \ 1.25 ++ defined(__GLIBC__) || defined(__GNU__) 1.26 + #define SK_BUILD_FOR_UNIX 1.27 + #elif TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR 1.28 + #define SK_BUILD_FOR_IOS 1.29 +-- 1.30 +1.7.5.4 1.31 +