From d6c291d706abbdeeedade41197ddf7a852c815d4 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Mon, 18 Nov 2013 21:57:45 -0600 Subject: system/qemu-legacy: Patched for siginfo/info struct error Signed-off-by: Robby Workman --- system/qemu-legacy/qemu-legacy.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/qemu-legacy/qemu-legacy.SlackBuild') diff --git a/system/qemu-legacy/qemu-legacy.SlackBuild b/system/qemu-legacy/qemu-legacy.SlackBuild index 720be0bb1a..649b0986ba 100644 --- a/system/qemu-legacy/qemu-legacy.SlackBuild +++ b/system/qemu-legacy/qemu-legacy.SlackBuild @@ -70,6 +70,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix the siginfo/info struct error +patch -p1 < $CWD/siginfo-typedef.patch + # For some reason it doesn't find SDL.h CFLAGS="$SLKCFLAGS -I/usr/include/SDL" \ CXXFLAGS="$SLKCFLAGS" \ -- cgit v1.2.3