summaryrefslogtreecommitdiffstats
path: root/meta-linaro-integration/recipes-overlayed/firefox/firefox/porting/Bug-711353-Add-support-for-GNU-kFreeBSD-and-GNU-Hurd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro-integration/recipes-overlayed/firefox/firefox/porting/Bug-711353-Add-support-for-GNU-kFreeBSD-and-GNU-Hurd.patch')
-rw-r--r--meta-linaro-integration/recipes-overlayed/firefox/firefox/porting/Bug-711353-Add-support-for-GNU-kFreeBSD-and-GNU-Hurd.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-linaro-integration/recipes-overlayed/firefox/firefox/porting/Bug-711353-Add-support-for-GNU-kFreeBSD-and-GNU-Hurd.patch b/meta-linaro-integration/recipes-overlayed/firefox/firefox/porting/Bug-711353-Add-support-for-GNU-kFreeBSD-and-GNU-Hurd.patch
new file mode 100644
index 0000000..721caf4
--- /dev/null
+++ b/meta-linaro-integration/recipes-overlayed/firefox/firefox/porting/Bug-711353-Add-support-for-GNU-kFreeBSD-and-GNU-Hurd.patch
@@ -0,0 +1,23 @@
1From: Mike Hommey <mh+mozilla@glandium.org>
2Date: Fri, 16 Dec 2011 11:29:43 +0100
3Subject: Bug 711353 - Add support for GNU/kFreeBSD and GNU/Hurd to
4 gfx/angle/src/compiler/osinclude.h
5
6---
7 gfx/angle/src/compiler/osinclude.h | 3 ++-
8 1 file changed, 2 insertions(+), 1 deletion(-)
9
10diff --git a/gfx/angle/src/compiler/osinclude.h b/gfx/angle/src/compiler/osinclude.h
11index dacdc22..6e84774 100644
12--- a/gfx/angle/src/compiler/osinclude.h
13+++ b/gfx/angle/src/compiler/osinclude.h
14@@ -16,7 +16,8 @@
15 #define ANGLE_OS_WIN
16 #elif defined(__APPLE__) || defined(__linux__) || \
17 defined(__FreeBSD__) || defined(__OpenBSD__) || \
18- defined(__sun) || defined(ANDROID)
19+ defined(__sun) || defined(ANDROID) || \
20+ defined(__GLIBC__) || defined(__GNU__)
21 #define ANGLE_OS_POSIX
22 #else
23 #error Unsupported platform.