Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/sdl-sound/files: sdl-sound-1.0.3-automake-1.13.patch
Date: Tue, 30 Apr 2013 21:13:45
Message-Id: 20130430211339.A550B20081@flycatcher.gentoo.org
1 hasufell 13/04/30 21:13:39
2
3 Added: sdl-sound-1.0.3-automake-1.13.patch
4 Log:
5 fix build with automake-1.13 wrt #468060
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.1 media-libs/sdl-sound/files/sdl-sound-1.0.3-automake-1.13.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-sound/files/sdl-sound-1.0.3-automake-1.13.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-sound/files/sdl-sound-1.0.3-automake-1.13.patch?rev=1.1&content-type=text/plain
14
15 Index: sdl-sound-1.0.3-automake-1.13.patch
16 ===================================================================
17 --- SDL_sound-1.0.3/configure.in
18 +++ SDL_sound-1.0.3/configure.in
19 @@ -43,7 +43,7 @@
20 AC_CANONICAL_TARGET
21
22 dnl Setup for automake
23 -AM_CONFIG_HEADER(config.h)
24 +AC_CONFIG_HEADERS(config.h)
25 AM_INIT_AUTOMAKE(SDL_sound, $VERSION)