diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-05-23 21:28:46 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-05-23 21:28:46 +0000 |
commit | 11f605664244c4c425a16530b762f038968632ce (patch) | |
tree | 2292dd7cdc7b8ceced7506e6f192ab93c165a26e /emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc | |
parent | - Update to 11.14 (diff) |
Add pearpc 0.1.2, powerPC emulator.
PearPC is an architecture-independent PowerPC platform emulator capable of
running most PowerPC operating systems.
WWW: http://pearpc.sourceforge.net/
PR: ports/67034
Submitted by: Roman Bogorodskiy
Diffstat (limited to 'emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc')
-rw-r--r-- | emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc b/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc new file mode 100644 index 000000000000..2ef3d6116269 --- /dev/null +++ b/emulators/pearpc/files/patch-src::io::3c90x::3c90x.cc @@ -0,0 +1,11 @@ +--- /usr/ports/emulators/pearpc/work/pearpc-0.1.2/src/io/3c90x/3c90x.cc Thu May 20 18:00:21 2004 ++++ src/io/3c90x/3c90x.cc Sat May 22 13:56:19 2004 +@@ -47,6 +47,8 @@ + #include "config.h" + #endif + ++#define WIN32 ++ + #if defined(WIN32) || defined(__WIN32__) + #else + |