summaryrefslogtreecommitdiff
path: root/devel/SDL/patches/patch-ac
diff options
context:
space:
mode:
authorsnj <snj>2004-04-17 00:15:21 +0000
committersnj <snj>2004-04-17 00:15:21 +0000
commitb621cabcc8e6e5f1c805837662d4096dd3884a05 (patch)
tree7f2676698b5c2d3908e6dd4ab89dee27d4f83d4c /devel/SDL/patches/patch-ac
parente5f7688a65526f70f06a250107ea444622190fab (diff)
downloadpkgsrc-b621cabcc8e6e5f1c805837662d4096dd3884a05.tar.gz
Update to SDL-1.2.7.
Changes: * SDL no longer sets a fatal signal handler for SIGPIPE * Fixed modifier key state on MacOS X * Added support for remote XVideo * Fixed static linking on MacOS X * Fixed compiling with broken Linux 2.6 headers * Fixed mouse cursor visibility and focus events on MacOS X * Added support for /dev/joy* on Free/Net/OpenBSD * Fixed problems with CD-ROM audio playback on MacOS X 10.1 * Added dynamic GL library loading to MacOS Carbon support * Added function to create RWops from const memory: SDL_RWFromConstMem() * Fixed build problems with newer versions of automake * Fixed MacOS X libtool framework support * Added CPU feature detection functions to SDL_cpuinfo.h * Fixed illegal instruction crash using 3DNow on Intel processors * Fixed asm issues with mmx.h and gcc 3.3 * Fixed crash calling app defined window proc * Fixed long long constant warnings in GCC 3.3.1 * Fixed joystick open problems on BSD * Fixed X11 mode line crash with only one video mode Fixes PR pkg/22462. Okayed by wiz@.
Diffstat (limited to 'devel/SDL/patches/patch-ac')
-rw-r--r--devel/SDL/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/SDL/patches/patch-ac b/devel/SDL/patches/patch-ac
deleted file mode 100644
index db84f88f674..00000000000
--- a/devel/SDL/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.10 2004/01/10 13:57:12 recht Exp $
-
---- src/video/mmx.h.orig 2003-08-22 07:51:19.000000000 +0200
-+++ src/video/mmx.h 2004-01-10 14:24:56.000000000 +0100
-@@ -353,7 +353,7 @@
- #define mmx_m2r(op, mem, reg) \
- __asm__ __volatile__ (#op " %0, %%" #reg \
- : /* nothing */ \
-- : "X" (mem))
-+ : "m" (mem))
-
- #define mmx_r2m(op, reg, mem) \
- __asm__ __volatile__ (#op " %%" #reg ", %0" \