From 7e3a51dba235cc3b8bf32bb25a8321d9c0625ae9 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 16 Oct 2015 11:10:19 +0200 Subject: firefox: moved patches to meta-browser --- recipes-mozilla/firefox/files/alignment.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 recipes-mozilla/firefox/files/alignment.patch (limited to 'recipes-mozilla/firefox/files/alignment.patch') 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): -- cgit v1.2.3