pacho       15/05/15 10:31:31

  Added:                soya-0.14-freetype-2.5.patch
  Log:
  Fix build with freetype-2.5 (#533516)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.1                  dev-python/soya/files/soya-0.14-freetype-2.5.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/soya/files/soya-0.14-freetype-2.5.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/soya/files/soya-0.14-freetype-2.5.patch?rev=1.1&content-type=text/plain

Index: soya-0.14-freetype-2.5.patch
===================================================================
diff -ru soya.old/include_freetype.h soya/include_freetype.h
--- soya.old/include_freetype.h 2014-06-01 23:27:17.970830047 +0900
+++ soya/include_freetype.h     2014-06-01 23:27:35.320864678 +0900
@@ -21,8 +21,8 @@
 
 #include <ft2build.h>
 #include FT_FREETYPE_H // this is not do-able in Pyrex
-#include <freetype/freetype.h>
-#include <freetype/ftoutln.h>
-#include <freetype/ftimage.h>
-#include <freetype/ftglyph.h>
+#include <freetype.h>
+#include <ftoutln.h>
+#include <ftimage.h>
+#include <ftglyph.h>
 




Reply via email to