Ticket #6187: qemu-0.8.0.patch
File qemu-0.8.0.patch, 1.5 KB (added by pierre@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name qemu 6 version 0. 7.06 version 0.8.0 7 7 homepage http://bellard.org/qemu 8 8 9 9 categories emulators … … 11 11 maintainers pidherbemont@opendarwin.org 12 12 description x86 and PowerPC Emulator 13 13 14 master_sites http://fabrice.bellard.free.fr/qemu/15 checksums md5 234e9ace03b00259bb57dc5a9c63305616 depends_lib lib:libsdl:libsdl17 patchfiles patch-configure.diff18 19 14 long_description QEMU is a FAST! processor emulator \ 20 15 using dynamic translation to achieve \ 21 16 good emulation speed. It can emulate \ 22 17 a Full PC System and has basic support \ 23 18 for PowerMac Emulation. 24 19 25 platform darwin { 26 patchfiles-append patch-vl.c 20 master_sites http://fabrice.bellard.free.fr/qemu/ 21 checksums md5 eb175b26583280706fe7e4d8910d320d 22 23 patchfiles patch-configure.diff 24 25 platform macosx { 26 configure.args-append --enable-coreaudio --enable-cocoa 27 27 } 28 28 29 29 platform darwin 8 { 30 configure.args-append --cc=gcc-3.3 30 configure.args-append --cc=gcc-3.3 --interp-prefix=${prefix}/share/qemu-%M 31 31 } 32 32 33 variant cocoa { 34 configure.args-append --enable-cocoa 35 } 33 # we could have an SDL variant, if someone's interested 34 # depends_lib lib:libsdl:libsdl 35 # configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 36 # patch the configure process so that the Makefile honors the CPPFLAGS 36 37 37 38 destroot.destdir prefix=${destroot}${prefix}