b5f395b069
Bugfix release, notably: - Fix a fullscreen crash with ffmpeg, etc. due to expecting memory to be executable by default - use mprotect() - Reported by deanna@ - Worked around BadAlloc error when using XVideo on the XFree86 Intel - Integrated Graphics driver - Fixed use of sdl-config arguments in sdl.m4
27 lines
861 B
Plaintext
27 lines
861 B
Plaintext
$OpenBSD: patch-configure,v 1.16 2008/01/03 17:39:40 pvalchev Exp $
|
|
--- configure.orig Sun Dec 30 21:09:39 2007
|
|
+++ configure Wed Jan 2 18:41:16 2008
|
|
@@ -26333,9 +26333,6 @@ echo "${ECHO_T}$CompileNASM_ret" >&6; }
|
|
win32)
|
|
NASMFLAGS="-f win32"
|
|
;;
|
|
- openbsd)
|
|
- NASMFLAGS="-f aoutb"
|
|
- ;;
|
|
macosx)
|
|
NASMFLAGS="-f macho"
|
|
;;
|
|
@@ -33612,10 +33609,10 @@ _ACEOF
|
|
;;
|
|
netbsd|openbsd)
|
|
cat >>confdefs.h <<\_ACEOF
|
|
-#define SDL_AUDIO_DRIVER_BSD 1
|
|
+#define SDL_AUDIO_DRIVER_SUNAUDIO 1
|
|
_ACEOF
|
|
|
|
- SOURCES="$SOURCES $srcdir/src/audio/bsd/*.c"
|
|
+ SOURCES="$SOURCES $srcdir/src/audio/sun/*.c"
|
|
have_audio=yes
|
|
;;
|
|
aix)
|