mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
19 lines
409 B
Plaintext
19 lines
409 B
Plaintext
$NetBSD: patch-ac,v 1.4 2006/03/18 15:56:00 ben Exp $
|
|
|
|
--- 2xsai.cpp.orig 2004-12-30 14:15:47.000000000 -0800
|
|
+++ 2xsai.cpp
|
|
@@ -95,13 +95,6 @@
|
|
#include "port.h"
|
|
#include "gfx.h"
|
|
|
|
-#if (defined(USE_X86_ASM) && (defined (__i386__) || defined (__i486__) || \
|
|
- defined (__i586__) || defined (__WIN32__) || defined (__DJGPP)))
|
|
-# ifndef MMX
|
|
-# define MMX
|
|
-# endif
|
|
-#endif
|
|
-
|
|
extern "C"
|
|
{
|
|
|