From ed9133f430d5313ef5a6cb7d671b67ae3e84bd31 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 26 Jan 2013 22:20:25 +0000 Subject: utomake-1.13 compat. --- games/spaceracer/distinfo | 4 ++-- games/spaceracer/patches/patch-configurein | 18 ++++++++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) (limited to 'games') diff --git a/games/spaceracer/distinfo b/games/spaceracer/distinfo index eccfe6704d8..c99dd32ccac 100644 --- a/games/spaceracer/distinfo +++ b/games/spaceracer/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2012/06/18 04:14:30 dholland Exp $ +$NetBSD: distinfo,v 1.6 2013/01/26 22:20:25 wiz Exp $ SHA1 (spaceracer-0.2.4.tgz) = 57fea82636c2d1c9b77b81db5b8828c385b31c98 RMD160 (spaceracer-0.2.4.tgz) = 610ed143324d815fc5066eb33c8625d7f4f80b2e @@ -7,7 +7,7 @@ SHA1 (patch-aa) = 777c257d6a13d46bb40a715e7f2033f45427ed28 SHA1 (patch-ab) = c60ffc762899e811b65d5c52e2ddb6a265ff5297 SHA1 (patch-ac) = ef701f2cbba891e8ebb37175bce22111b443450a SHA1 (patch-acinclude) = b3126a339641f984a35f544653c8528a630902b0 -SHA1 (patch-configurein) = 6bc5f82b42fd7edad062271d1689196ece4126df +SHA1 (patch-configurein) = 76a4a56fd69344a54c8de781fc1d7a53fa8c6a31 SHA1 (patch-loopercpp) = a81f8570cb9ebb2de80b03f4093fc028179b82af SHA1 (patch-soundcpp) = 679d9442bc533ae3923f47fba6e8c1f712190df7 SHA1 (patch-src_stk_input_stk__joy_h) = 9c6bc498729f4263471f623990df34e63c7c0c1e diff --git a/games/spaceracer/patches/patch-configurein b/games/spaceracer/patches/patch-configurein index ccbfff46976..b194815cb92 100644 --- a/games/spaceracer/patches/patch-configurein +++ b/games/spaceracer/patches/patch-configurein @@ -1,9 +1,19 @@ -$NetBSD: patch-configurein,v 1.1.1.1 2006/03/09 14:08:44 rillig Exp $ +$NetBSD: patch-configurein,v 1.2 2013/01/26 22:20:25 wiz Exp $ -Added the necessary quoting for m4 macros. +First chunk: automake-1.13 compat. +Rest: Added the necessary quoting for m4 macros. ---- configure.in.orig 2001-07-15 23:25:20.000000000 +0200 -+++ configure.in 2006-03-09 14:54:16.000000000 +0100 +--- configure.in.orig 2001-07-15 21:25:20.000000000 +0000 ++++ configure.in +@@ -24,7 +24,7 @@ dnl ==================================== + SPACERACER_VERSION=0.2.3 + SDL_VERSION=1.1.0 + AM_INIT_AUTOMAKE(spaceracer,$SPACERACER_VERSION) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + + dnl ========================================== @@ -103,15 +103,6 @@ CXXFLAGS="$CFLAGS" -- cgit v1.2.3