diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-02 15:48:45 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-02 15:48:45 +0000 |
commit | 245be80d7660ae21a4fc975750067ae1cc2334f8 (patch) | |
tree | 7f125a81ffc6b69c5adc4b4c0f41750c73ddc922 /emulators/darcnes/files/patch-tool.c | |
parent | - Update to version 0.3.9 (diff) |
- Fix build on non-i386 arch
- Add option to support Gtk/SVGAlib GUI
- Support NOPORTDOCS
- Fix WWW: line
PR: ports/62262
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=99819
Diffstat (limited to 'emulators/darcnes/files/patch-tool.c')
-rw-r--r-- | emulators/darcnes/files/patch-tool.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/darcnes/files/patch-tool.c b/emulators/darcnes/files/patch-tool.c new file mode 100644 index 000000000000..b4d59628fef4 --- /dev/null +++ b/emulators/darcnes/files/patch-tool.c @@ -0,0 +1,10 @@ +--- tool.c.orig Sat May 6 23:50:17 2000 ++++ tool.c Thu Jun 1 02:43:09 2000 +@@ -19,6 +19,7 @@ + #include "video.h" + #include "tool.h" + #include "system.h" ++#include "endian.h" + + unsigned long system_flags; + |