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/sdl2-ttf/files: sdl2-ttf-2.0.12-linking.patch
Date: Mon, 02 Sep 2013 20:46:03
Message-Id: 20130902204558.9F7402004E@flycatcher.gentoo.org
1 hasufell 13/09/02 20:45:58
2
3 Added: sdl2-ttf-2.0.12-linking.patch
4 Log:
5 fix build with newer glibc, fix typo
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.1 media-libs/sdl2-ttf/files/sdl2-ttf-2.0.12-linking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/files/sdl2-ttf-2.0.12-linking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/files/sdl2-ttf-2.0.12-linking.patch?rev=1.1&content-type=text/plain
14
15 Index: sdl2-ttf-2.0.12-linking.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Mon Sep 2 20:29:16 UTC 2013
19 Subject: fix linking with newer glibc
20
21 https://bugzilla.libsdl.org/show_bug.cgi?id=1401
22
23 --- SDL2_ttf-2.0.12/Makefile.am
24 +++ SDL2_ttf-2.0.12/Makefile.am
25 @@ -35,6 +35,7 @@
26 -release $(LT_RELEASE) \
27 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
28 endif
29 +libSDL2_ttf_la_LIBADD = @MATHLIB@
30
31 pkgconfigdir = $(libdir)/pkgconfig
32 pkgconfig_DATA = SDL2_ttf.pc