summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoradam <adam>2010-12-25 10:53:21 +0000
committeradam <adam>2010-12-25 10:53:21 +0000
commitd14dbbedc1d2946b78ecc1b63bac9b8e35ebd74c (patch)
tree180167a94e74a0d63ebfdc223bfe56d794d45885 /emulators
parent431451de0eb8092f1f5840f93845354fe9f06d48 (diff)
downloadpkgsrc-d14dbbedc1d2946b78ecc1b63bac9b8e35ebd74c.tar.gz
Fixed patch-ad: now configure doesn't stop on Mac OS X.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/atari800/distinfo4
-rw-r--r--emulators/atari800/patches/patch-ad10
2 files changed, 8 insertions, 6 deletions
diff --git a/emulators/atari800/distinfo b/emulators/atari800/distinfo
index 97dc4935b35..f32b5191978 100644
--- a/emulators/atari800/distinfo
+++ b/emulators/atari800/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2009/11/04 11:44:15 adam Exp $
+$NetBSD: distinfo,v 1.16 2010/12/25 10:53:21 adam Exp $
SHA1 (atari800-2.1.0.tar.gz) = 3888ad49718bb5e1232fb544375bb635654b5ca5
RMD160 (atari800-2.1.0.tar.gz) = c793855b27843975fcf04fea47c49499909b49ee
@@ -9,4 +9,4 @@ Size (xf25.zip) = 188942 bytes
SHA1 (patch-aa) = 6b610bab5957474e0eb63ec67f04c6cc3bc5287c
SHA1 (patch-ab) = ff02962059156632dc72d750ae82d91c012ab178
SHA1 (patch-ac) = 69d0ec42303b04a38b8d6b2bd7c1311d42060a11
-SHA1 (patch-ad) = d4d17fd8c505b170ff45e4c432f8fc6c37843275
+SHA1 (patch-ad) = 5214a52d94de3f63eb0ee9143fd6439a21df2f6c
diff --git a/emulators/atari800/patches/patch-ad b/emulators/atari800/patches/patch-ad
index e4f6a63c4da..a4ff7a312ce 100644
--- a/emulators/atari800/patches/patch-ad
+++ b/emulators/atari800/patches/patch-ad
@@ -1,15 +1,17 @@
-$NetBSD: patch-ad,v 1.5 2009/11/04 11:44:15 adam Exp $
+$NetBSD: patch-ad,v 1.6 2010/12/25 10:53:22 adam Exp $
--- configure.orig 2009-03-27 10:13:51.000000000 +0100
+++ configure
-@@ -3507,7 +3507,6 @@ case "$a8_target" in
+@@ -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
+- if [ "$a8_host" = "win" ]; then
- CFLAGS=${CFLAGS/-Dmain=SDL_main/}
- fi
+- 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"