summaryrefslogtreecommitdiff
path: root/emulators/atari800/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/atari800/patches/patch-configure')
-rw-r--r--emulators/atari800/patches/patch-configure35
1 files changed, 31 insertions, 4 deletions
diff --git a/emulators/atari800/patches/patch-configure b/emulators/atari800/patches/patch-configure
index e35b75a19a0..b22458a1118 100644
--- a/emulators/atari800/patches/patch-configure
+++ b/emulators/atari800/patches/patch-configure
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.2 2019/05/05 10:12:59 adam Exp $
+$NetBSD: patch-configure,v 1.3 2020/01/18 21:33:13 nia Exp $
Compatibility fixes.
---- configure.orig 2019-04-14 08:27:50.000000000 +0000
+--- configure.orig 2019-12-28 17:00:31.000000000 +0000
+++ configure
-@@ -9050,10 +9050,7 @@ $as_echo "#define SUPPORTS_PLATFORM_TIME
+@@ -9143,10 +9143,7 @@ $as_echo "#define SUPPORTS_PLATFORM_TIME
LIBS="$LIBS $SDL_LIBS"
CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
if [ "$a8_host" = "win" ]; then
@@ -15,7 +15,16 @@ Compatibility fixes.
fi
a8_use_sdl=yes
-@@ -10114,10 +10111,7 @@ $as_echo "#define SUPPORTS_PLATFORM_TIME
+@@ -9527,7 +9524,7 @@ fi
+
+
+
+-if [ "$a8_target" == "libatari800" ]; then
++if [ "$a8_target" = "libatari800" ]; then
+ WANT_NEW_CYCLE_EXACT=yes
+ WANT_VERY_SLOW=no
+ WANT_CRASH_MENU=no
+@@ -10245,10 +10242,7 @@ $as_echo "#define SUPPORTS_PLATFORM_TIME
LIBS="$LIBS $SDL_LIBS"
CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
if [ "$a8_host" = "win" ]; then
@@ -26,3 +35,21 @@ Compatibility fixes.
fi
a8_use_sdl=yes
+@@ -10621,7 +10615,7 @@ $as_echo "#define VOICEBOX 1" >>confdefs
+ fi
+
+
+- if [ "$with_sound" == "libatari800" ]; then
++ if [ "$with_sound" = "libatari800" ]; then
+ WANT_SOUND_CALLBACK=no
+ WANT_CONSOLE_SOUND=yes
+ WANT_SERIO_SOUND=yes
+@@ -10985,7 +10979,7 @@ $as_echo "#define POKEYREC 1" >>confdefs
+
+ fi
+
+-if [ "$WANT_POKEYREC" == "yes" ]; then
++if [ "$WANT_POKEYREC" = "yes" ]; then
+ # Check whether --enable-largefile was given.
+ if test "${enable_largefile+set}" = set; then :
+ enableval=$enable_largefile;