diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-15 21:03:42 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-16 13:57:35 -0600 |
commit | 5d034b3ed7a3c221296cf5b53386867a3f4a2d86 (patch) | |
tree | ca5196f6ecf09cc4acf168b6c2edc9ce2f4216c8 /system/qemu-legacy/slack-desc | |
parent | b8e9594ef5430f196ef1a185b2857b2057b25250 (diff) |
system/qemu-legacy: Patched to fix a couple of build errors
However, this still won't build:
/tmp/SBo/qemu-0.11.1/linux-user/signal.c:3282:24: error: field ‘info’ has incomplete type
struct siginfo info;
^
make[1]: *** [signal.o] Error 1
make: *** [subdir-cris-linux-user] Error 2
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/qemu-legacy/slack-desc')
-rw-r--r-- | system/qemu-legacy/slack-desc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/qemu-legacy/slack-desc b/system/qemu-legacy/slack-desc index fdca1416de82..617a2892ca89 100644 --- a/system/qemu-legacy/slack-desc +++ b/system/qemu-legacy/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| qemu-legacy: qemu-legacy (open source processor emulator) |