summaryrefslogtreecommitdiff
path: root/emulators/atari800/patches/patch-ad
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-08-26 19:42:09 +0000
committermarino <marino@pkgsrc.org>2012-08-26 19:42:09 +0000
commitc04638ca547f6f252a3a15209a9974e504882211 (patch)
tree759e1acea9922499c8eee97f7e3f66d57d61c327 /emulators/atari800/patches/patch-ad
parent8499006ac6acd893d9a9feb8dc401ad4f9f0e42c (diff)
downloadpkgsrc-c04638ca547f6f252a3a15209a9974e504882211.tar.gz
emulators/atari800: Upgrade to version 2.2.1 from 2.1.0
Two years and a little over a month elapsed between the pkgsrc release and the latest version 2.2.1 (5 May 2011). There were hundreds of changes, but the vast majority were bug fixes and improvements on existing functionality. The only major addition was implementation of IDE. See changelog in DOC/ChangeLog for details.
Diffstat (limited to 'emulators/atari800/patches/patch-ad')
-rw-r--r--emulators/atari800/patches/patch-ad33
1 files changed, 16 insertions, 17 deletions
diff --git a/emulators/atari800/patches/patch-ad b/emulators/atari800/patches/patch-ad
index a4ff7a312ce..f9d67366935 100644
--- a/emulators/atari800/patches/patch-ad
+++ b/emulators/atari800/patches/patch-ad
@@ -1,25 +1,24 @@
-$NetBSD: patch-ad,v 1.6 2010/12/25 10:53:22 adam Exp $
+$NetBSD: patch-ad,v 1.7 2012/08/26 19:42:09 marino Exp $
---- configure.orig 2009-03-27 10:13:51.000000000 +0100
+--- configure.orig 2011-04-28 12:07:28.000000000 +0000
+++ configure
-@@ -3506,9 +3506,6 @@ case "$a8_target" in
- sdlcheck="X_`sdl-config --cflags`"
- if [ "$sdlcheck" != "X_" ]; then
- CFLAGS="$CFLAGS `sdl-config --cflags`"
-- if [ "$a8_host" = "win" ]; then
-- CFLAGS=${CFLAGS/-Dmain=SDL_main/}
-- fi
- else
- { { echo "$as_me:$LINENO: error: \"No output from sdl-config! Is sdl-config installed?\"" >&5
- echo "$as_me: error: \"No output from sdl-config! Is sdl-config installed?\"" >&2;}
-@@ -6558,10 +6557,8 @@ _ACEOF
- OBJS="atari_sdl.o"
- CFLAGS="$CFLAGS -ansi -pedantic -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wstrict-prototypes -Winline"
+@@ -8425,7 +8425,7 @@ $as_echo "#define IDE 1" >>confdefs.h
+
+ fi
+
+-if [ "$WANT_IDE" == "yes" ]; then
++if [ "$WANT_IDE" = "yes" ]; then
+ # Check whether --enable-largefile was given.
+ if test "${enable_largefile+set}" = set; then :
+ enableval=$enable_largefile;
+@@ -8878,10 +8878,8 @@ case "$a8_target" in
+ LIBS="$LIBS $SDL_LIBS"
+ CFLAGS="$CFLAGS $SDL_CFLAGS"
if [ "$a8_host" = "win" ]; then
- LIBS=${LIBS/-lSDLmain/}
OBJS="$OBJS SDL_win32_main.o"
CFLAGS="$CFLAGS -DNO_STDIO_REDIRECT"
- LIBS=${LIBS/-mwindows/}
fi
-
- cat >>confdefs.h <<\_ACEOF
+ ;;
+ esac