summaryrefslogtreecommitdiff
path: root/recipes-mozilla/firefox/files/alignment.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-10-16 11:10:19 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-28 09:31:27 +0100
commit7e3a51dba235cc3b8bf32bb25a8321d9c0625ae9 (patch)
tree39a15272f786f66973b3168d9c4ebbc5deea6095 /recipes-mozilla/firefox/files/alignment.patch
parentd2701f1e3d5e2d815ffe4899ac8115ddd370c458 (diff)
firefox: moved patches to meta-browser
Diffstat (limited to 'recipes-mozilla/firefox/files/alignment.patch')
-rw-r--r--recipes-mozilla/firefox/files/alignment.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-mozilla/firefox/files/alignment.patch b/recipes-mozilla/firefox/files/alignment.patch
deleted file mode 100644
index 4047124..0000000
--- a/recipes-mozilla/firefox/files/alignment.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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):