summaryrefslogtreecommitdiff
path: root/recipes-mozilla/firefox
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-mozilla/firefox')
-rw-r--r--recipes-mozilla/firefox/files/alignment.patch11
-rw-r--r--recipes-mozilla/firefox/firefox_10.0.2.bbappend6
2 files changed, 17 insertions, 0 deletions
diff --git a/recipes-mozilla/firefox/files/alignment.patch b/recipes-mozilla/firefox/files/alignment.patch
new file mode 100644
index 0000000..4047124
--- /dev/null
+++ b/recipes-mozilla/firefox/files/alignment.patch
@@ -0,0 +1,11 @@
+--- mozilla-release/ipc/ipdl/ipdl/cxx/cgen.py~ 2012-07-29 11:14:45.000000000 +0200
++++ mozilla-release/ipc/ipdl/ipdl/cxx/cgen.py 2012-07-29 11:13:36.000000000 +0200
+@@ -107,7 +107,7 @@
+ self.println(';')
+ self.dedent()
+
+- self.printdent('}')
++ self.printdent('} __attribute__ ((aligned (__BIGGEST_ALIGNMENT__)))')
+
+
+ def visitTypedef(self, td):
diff --git a/recipes-mozilla/firefox/firefox_10.0.2.bbappend b/recipes-mozilla/firefox/firefox_10.0.2.bbappend
new file mode 100644
index 0000000..213e335
--- /dev/null
+++ b/recipes-mozilla/firefox/firefox_10.0.2.bbappend
@@ -0,0 +1,6 @@
+PRINC = "3"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+SRC_URI += "file://alignment.patch \
+"
+