pkg-autotools: move the libtool patching call out of the autoreconf hook
[buildroot-gz.git] / package / directfb / directfb-remove-redefinition-of-__typeof__.patch
blobe3861af97cae101e55da0509c906e17985464723
1 Remove definition to fix qt5 build.
3 Fetch from: http://git.directfb.org/?p=core/DirectFB.git;a=patch;h=203f78a4193a8ff110dec3c860e0928af1a0a72f
5 From 203f78a4193a8ff110dec3c860e0928af1a0a72f Mon Sep 17 00:00:00 2001
6 From: Denis Oliver Kropp <dok@directfb.org>
7 Date: Wed, 31 Jul 2013 21:56:05 +0200
8 Subject: [PATCH] libdirect: Remove redefinition of __typeof__!!!
10 ---
11 lib/direct/os/linux/glibc/types.h | 1 -
12 1 file changed, 1 deletion(-)
14 diff --git a/lib/direct/os/linux/glibc/types.h b/lib/direct/os/linux/glibc/types.h
15 index 08e94b2..80cb350 100644
16 --- a/lib/direct/os/linux/glibc/types.h
17 +++ b/lib/direct/os/linux/glibc/types.h
18 @@ -81,7 +81,6 @@ typedef int64_t s64;
19 #define __dfb_no_instrument_function__ __attribute__((no_instrument_function))
20 #define __constructor__ __attribute__((constructor))
21 #define __destructor__ __attribute__((destructor))
22 -#define __typeof__(x) __typeof__(x)
24 #ifndef __func__
25 #define __func__ __FUNCTION__
26 --
27 1.7.9.5