Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/renpy/files: renpy-6.14.1-freetype.patch
Date: Mon, 28 Apr 2014 22:36:12
Message-Id: 20140428223607.67ACB2004B@flycatcher.gentoo.org
1 hasufell 14/04/28 22:36:07
2
3 Added: renpy-6.14.1-freetype.patch
4 Log:
5 fix build
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.1 games-engines/renpy/files/renpy-6.14.1-freetype.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/renpy/files/renpy-6.14.1-freetype.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/renpy/files/renpy-6.14.1-freetype.patch?rev=1.1&content-type=text/plain
14
15 Index: renpy-6.14.1-freetype.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Mon Apr 28 22:31:52 UTC 2014
19 Subject: fix build
20
21 --- renpy-6.14.1-source/module/setup.py
22 +++ renpy-6.14.1-source/module/setup.py
23 @@ -24,8 +24,8 @@
24 include("zlib.h")
25 include("png.h")
26 include("SDL.h", directory="SDL")
27 -include("ft2build.h")
28 -include("freetype/freetype.h", directory="freetype2")
29 +include("ft2build.h", directory="freetype2")
30 +include("freetype.h", directory="freetype2")
31 include("libavutil/avstring.h")
32 include("libavformat/avformat.h")
33 include("libavcodec/avcodec.h")