From f094e3bf7df057f727a55535e315ca172f679fdd Mon Sep 17 00:00:00 2001 From: snj Date: Sat, 17 Apr 2004 00:15:21 +0000 Subject: 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@. --- devel/SDL/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/SDL/Makefile.common') diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common index ad9e8db9be4..c6401b7535c 100644 --- a/devel/SDL/Makefile.common +++ b/devel/SDL/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.11 2004/02/14 13:55:19 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/04/17 00:15:21 snj Exp $ # -DISTNAME= SDL-1.2.6 +DISTNAME= SDL-1.2.7 CATEGORIES= devel games MASTER_SITES= http://www.libsdl.org/release/ -- cgit v1.2.3