summaryrefslogtreecommitdiff
path: root/system/qemu-legacy/qemu-legacy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/qemu-legacy/qemu-legacy.SlackBuild')
-rw-r--r--system/qemu-legacy/qemu-legacy.SlackBuild3
1 files changed, 3 insertions, 0 deletions
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" \