freebsd-ports/emulators/snes9x/files/patch-2XSAI.CPP
Brian Feldman 24830960a1 Update to Snes9x version 1.41-1, courtesy HIYAMA Takeshi-san.
Submitted by:	HIYAMA Takeshi <hymtk7@yahoo.co.jp>
2003-10-20 04:20:31 +00:00

14 lines
498 B
C++

--- 2XSAI.CPP.orig Sun Oct 19 22:52:14 2003
+++ 2XSAI.CPP Sun Oct 19 22:52:56 2003
@@ -81,8 +81,9 @@
#include "port.h"
#include "gfx.h"
-#if (!defined(NOASM) && defined (__i386__) || defined (__i486__) || \
- defined (__i586__) || defined (__WIN32__) || defined (__DJGPP))
+#if (!defined(NOASM) && !defined (__FreeBSD__) && defined (__i386__) || \
+ defined (__i486__) || defined (__i586__) || defined (__WIN32__) || \
+ defined (__DJGPP))
# ifndef MMX
# define MMX
# endif