diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-11-14 00:26:40 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-11-14 23:15:06 +0100 |
commit | b282351c13e7f5bca4865cbe0b9597dbc75cebb3 (patch) | |
tree | 4b44574cb3ed44ca8394a78bd217a4518aaea5ba /package/pixman/0002-Fix-C-pre-processor-issues-in-LEAF_MIPS32R2.patch | |
parent | de2ea6ad54907c575120cf0d613f1a7b8a7162f3 (diff) | |
download | buildroot-b282351c13e7f5bca4865cbe0b9597dbc75cebb3.tar.gz buildroot-b282351c13e7f5bca4865cbe0b9597dbc75cebb3.zip |
package/pixman: bump version to 0.33.4
Removed patches applied upstream.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/pixman/0002-Fix-C-pre-processor-issues-in-LEAF_MIPS32R2.patch')
-rw-r--r-- | package/pixman/0002-Fix-C-pre-processor-issues-in-LEAF_MIPS32R2.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/package/pixman/0002-Fix-C-pre-processor-issues-in-LEAF_MIPS32R2.patch b/package/pixman/0002-Fix-C-pre-processor-issues-in-LEAF_MIPS32R2.patch deleted file mode 100644 index b898fa5e65..0000000000 --- a/package/pixman/0002-Fix-C-pre-processor-issues-in-LEAF_MIPS32R2.patch +++ /dev/null @@ -1,33 +0,0 @@ -pixman: Fix C pre-processor issues in LEAF_MIPS32R2 - -Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> - -From 3a60aa8d574f4dfc4fa3ddb13aaa13c7d955105b Mon Sep 17 00:00:00 2001 -From: Vicente Olivert Riera <Vincent.Riera@imgtec.com> -Date: Thu, 11 Sep 2014 10:24:10 +0100 -Subject: [PATCH] Fix C pre-processor issues in LEAF_MIPS32R2 - -Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> ---- - pixman/pixman-mips-dspr2-asm.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/pixman/pixman-mips-dspr2-asm.h b/pixman/pixman-mips-dspr2-asm.h -index 11849bd..b2696d0 100644 ---- a/pixman/pixman-mips-dspr2-asm.h -+++ b/pixman/pixman-mips-dspr2-asm.h -@@ -72,10 +72,10 @@ - #define LEAF_MIPS32R2(symbol) \ - .globl symbol; \ - .align 2; \ --#ifdef __ELF__ -+ .if __ELF__; \ - .hidden symbol; \ - .type symbol, @function; \ --#endif -+ .endif; \ - .ent symbol, 0; \ - symbol: .frame sp, 0, ra; \ - .set push; \ --- -1.7.1 |