Author: fernando
Date: Mon Dec  2 08:34:40 2013
New Revision: 2787

Log:
vlc-2.1.1: patch to fix build with FreeType-2.5.1

Added:
   trunk/vlc/vlc-2.1.1-freetype-1.patch

Added: trunk/vlc/vlc-2.1.1-freetype-1.patch
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/vlc/vlc-2.1.1-freetype-1.patch        Mon Dec  2 08:34:40 2013        
(r2787)
@@ -0,0 +1,21 @@
+Submitted By: Fernando de Oliveira <famobr at yahoo dot com dot br>
+Date: 2013-12-02
+Initial Package Version: 2.1.1
+Upstream Status: Unknown
+Origin: Fernando de Oliveira
+URL: 
+Description: Fixes build with FreeType-2.5.1
+
+diff -Naur vlc-2.1.1.orig/modules/text_renderer/freetype.c 
vlc-2.1.1/modules/text_renderer/freetype.c
+--- vlc-2.1.1.orig/modules/text_renderer/freetype.c    2013-09-12 
12:18:34.000000000 -0300
++++ vlc-2.1.1/modules/text_renderer/freetype.c 2013-12-02 13:14:22.312976917 
-0300
+@@ -90,7 +90,8 @@
+ #endif
+ 
+ /* Freetype */
+-#include <freetype/ftsynth.h>
++#include <ft2build.h>
++#include FT_SYNTHESIS_H
+ #include FT_FREETYPE_H
+ #include FT_GLYPH_H
+ #include FT_STROKER_H
-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to