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:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
commit8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch)
treeeb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro-integration/recipes-overlayed/firefox/firefox/porting/Bug-711353-Add-support-for-GNU-kFreeBSD-and-GNU-Hurd.patch
downloadmeta-linaro-dizzy-enea.tar.gz
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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.