hasufell    14/04/28 22:36:07

  Added:                renpy-6.14.1-freetype.patch
  Log:
  fix build
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.1                  games-engines/renpy/files/renpy-6.14.1-freetype.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/renpy/files/renpy-6.14.1-freetype.patch?rev=1.1&view=markup
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

Index: renpy-6.14.1-freetype.patch
===================================================================
From: Julian Ospald <hasuf...@gentoo.org>
Date: Mon Apr 28 22:31:52 UTC 2014
Subject: fix build

--- renpy-6.14.1-source/module/setup.py
+++ renpy-6.14.1-source/module/setup.py
@@ -24,8 +24,8 @@
 include("zlib.h")
 include("png.h")
 include("SDL.h", directory="SDL")
-include("ft2build.h")
-include("freetype/freetype.h", directory="freetype2")
+include("ft2build.h", directory="freetype2")
+include("freetype.h", directory="freetype2")
 include("libavutil/avstring.h")
 include("libavformat/avformat.h")
 include("libavcodec/avcodec.h")




Reply via email to