From 8a9ac05d747444358820c8d2da604904fad1271e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 21 Dec 2013 12:54:11 +0100 Subject: fix build, with a patch from sabotage --- package/DirectFB/Makefile | 2 +- .../patches/patch-lib_direct_os_linux_glibc_system_c | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 package/DirectFB/patches/patch-lib_direct_os_linux_glibc_system_c diff --git a/package/DirectFB/Makefile b/package/DirectFB/Makefile index 3c58d34a0..41da96f05 100644 --- a/package/DirectFB/Makefile +++ b/package/DirectFB/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= DirectFB PKG_VERSION:= 1.6.3 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_EXTRAVER:= 1.6-0 PKG_MD5SUM:= 641e8e999c017770da647f9b5b890906 PKG_DESCR:= Thin graphic library for the Linux framebuffer devices diff --git a/package/DirectFB/patches/patch-lib_direct_os_linux_glibc_system_c b/package/DirectFB/patches/patch-lib_direct_os_linux_glibc_system_c new file mode 100644 index 000000000..cd781b4c6 --- /dev/null +++ b/package/DirectFB/patches/patch-lib_direct_os_linux_glibc_system_c @@ -0,0 +1,19 @@ +--- DirectFB-1.6.3.orig/lib/direct/os/linux/glibc/system.c 2013-01-18 15:57:11.000000000 +0100 ++++ DirectFB-1.6.3/lib/direct/os/linux/glibc/system.c 2013-12-21 12:48:06.000000000 +0100 +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + #include + +@@ -107,7 +108,7 @@ direct_tgkill( int tgid, int tid, int si + void + direct_trap( const char *domain, int sig ) + { +- sigval_t val; ++ union sigval val; + + D_LOG( Direct_Trap, VERBOSE, "Raising signal %d from %s...\n", sig, domain ); + -- cgit v1.2.3