]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- ppc related compilation fix.
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 16 Oct 2004 13:42:38 +0000 (13:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu-ppc.patch -> 1.1
    qemu.spec -> 1.12

qemu-ppc.patch [new file with mode: 0644]
qemu.spec

diff --git a/qemu-ppc.patch b/qemu-ppc.patch
new file mode 100644 (file)
index 0000000..ff265be
--- /dev/null
@@ -0,0 +1,11 @@
+--- qemu-0.6.0/cpu-exec.c.orig 2004-07-10 20:20:09.000000000 +0200
++++ qemu-0.6.0/cpu-exec.c      2004-10-16 15:40:11.763462432 +0200
+@@ -903,7 +903,7 @@
+ # define TRAP_sig(context)                    EXCEPREG_sig(exception, context) /* number of powerpc exception taken */
+ #endif /* __APPLE__ */
+-int cpu_signal_handler(int host_signum, siginfo *info, 
++int cpu_signal_handler(int host_signum, struct siginfo *info, 
+                        void *puc)
+ {
+     struct ucontext *uc = puc;
index 00be65bcf3d5049992a21c9507a8b65a50be3f8e..d0b7e06e9504d8af30291ec0dd94c8ed3aa0fbf7 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -13,6 +13,7 @@ Patch1:               %{name}-DESTDIR.patch
 Patch2:                %{name}-amd64.patch
 Patch3:                %{name}-longjmp.patch
 Patch4:                %{name}-gcc34.patch
+Patch5:                %{name}-ppc.patch
 #Patch0:               qemu-0.5.0-cvsupdates.patch.bz2
 #Patch1:               qemu-0.1.6-glibc23-ldscripts.patch.bz2
 #Patch2:               qemu-0.5.0-sdl-static-libs.patch.bz2
@@ -67,6 +68,7 @@ aby dzia
 %patch2        -p1
 %patch3        -p1
 %patch4        -p1
+%patch5        -p1
 
 #%patch0 -p1 -b .cvsupdates
 #%patch1 -p1 -b .glibc23-ldscripts
This page took 0.117547 seconds and 4 git commands to generate.