summaryrefslogtreecommitdiff
path: root/system/qemu-legacy/qemu-legacy.SlackBuild
diff options
context:
space:
mode:
authorDavid Woodfall <dave@dawoodfall.net>2013-11-18 21:57:45 -0600
committerRobby Workman <rworkman@slackbuilds.org>2013-11-18 21:57:45 -0600
commitd6c291d706abbdeeedade41197ddf7a852c815d4 (patch)
treef950f9c7499a4a79481cbb4d009642f6a627acd9 /system/qemu-legacy/qemu-legacy.SlackBuild
parent3c68e64dc8e7df356b6a64931c93afea0349625c (diff)
downloadslackbuilds-d6c291d706abbdeeedade41197ddf7a852c815d4.tar.gz
system/qemu-legacy: Patched for siginfo/info struct error
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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" \