diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-11 11:41:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-11 11:41:06 +0000 |
commit | bac20eb3ccae134da8a6159d1827e12708fb5084 (patch) | |
tree | 0a452be2a67077e3618b7cadc6a1db74b104039d /emulators/qemu-devel/files/patch-bh | |
parent | Update to 4.9.5 (diff) |
Update to version 0.6.0
PR: ports/68897
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=113394
Diffstat (limited to 'emulators/qemu-devel/files/patch-bh')
-rw-r--r-- | emulators/qemu-devel/files/patch-bh | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/emulators/qemu-devel/files/patch-bh b/emulators/qemu-devel/files/patch-bh index ebb476a2ce9e..52dff1c7160e 100644 --- a/emulators/qemu-devel/files/patch-bh +++ b/emulators/qemu-devel/files/patch-bh @@ -1,19 +1,3 @@ -Index: qemu/configure -=================================================================== -RCS file: /cvsroot/qemu/qemu/configure,v -retrieving revision 1.39 -diff -w -u -d -r1.39 configure ---- configure 20 May 2004 13:23:39 -0000 1.39 -+++ configure 21 May 2004 15:00:41 -0000 -@@ -93,7 +93,7 @@ - - if [ "$bsd" = "yes" ] ; then - make="gmake" -- target_list="i386-softmmu" -+ target_list="i386-softmmu ppc-softmmu" - fi - - # find source path Index: qemu/dyngen-exec.h =================================================================== RCS file: /cvsroot/qemu/qemu/dyngen-exec.h,v @@ -105,11 +89,3 @@ diff -w -u -d -r1.6 op_helper.c } void do_fnmadds (void) -@@ -379,7 +404,6 @@ - - /*****************************************************************************/ - /* Special helpers for debug */ --extern FILE *stdout; - - void dump_state (void) - { |