pkgsrc-wip/snes9x/patches/patch-al
Leonard Schmidt 1415f85456 Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES)
emulator. It basically allows you to play most games designed for the SNES
and Super Famicom Nintendo game systems on your PC or Workstation; which
includes some real gems that were only ever released in Japan.

TODO:
* Black screen and no sound on NetBSD/sparc64.
* Loading/saving is broken.
* PNG support for screenshots.

With permission from Thomas Klausner.
2005-09-08 10:22:22 +00:00

13 lines
449 B
Text

$NetBSD: patch-al,v 1.1.1.1 2005/09/08 10:22:24 leonardschmidt Exp $
--- movie.cpp.orig 2004-12-30 22:15:47.000000000 +0000
+++ movie.cpp
@@ -95,7 +95,7 @@
#include <ctype.h>
#include <stdlib.h>
-#if defined(__unix) || defined(__linux) || defined(__sun) || defined(__DJGPP)
+#if defined(__unix) || defined(__linux) || defined(__sun) || defined(__DJGPP) || defined(__NetBSD__)
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>