X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fpatches%2Fcommon%2FlibXft-2.3.1-freetype_fix-1.patch;fp=stage4%2Fpatches%2Fcommon%2FlibXft-2.3.1-freetype_fix-1.patch;h=0000000000000000000000000000000000000000;hb=f085c6a18cb44b803e0ff64642c9f78c886bee61;hp=108aef20b0c0d1883c459851c91b695c36ccbab6;hpb=6c12bfa548bb72b6a4137896f53d1b2c5fb83bc5;p=hvlinux.git diff --git a/stage4/patches/common/libXft-2.3.1-freetype_fix-1.patch b/stage4/patches/common/libXft-2.3.1-freetype_fix-1.patch deleted file mode 100644 index 108aef2..0000000 --- a/stage4/patches/common/libXft-2.3.1-freetype_fix-1.patch +++ /dev/null @@ -1,30 +0,0 @@ -Submitted By: Chris Staub -Date: 2013-11-29 -Initial Package Version: 2.3.1 -Upstream Status: Fixed -Origin: freedesktop wiki -URL: https://trac.macports.org/changeset/114077 -Description: Fixes build with FreeType-2.5.1 - -diff -Naur libXft-2.3.1.orig/src/xftglyphs.c libXft-2.3.1/src/xftglyphs.c - -Index: src/xftglyphs.c -=================================================================== ---- libXft-2.3.1.orig/src/xftglyphs.c 2012-06-02 12:36:35.000000000 -0400 -+++ libXft-2.3.1/src/xftglyphs.c 2013-11-28 23:12:42.000000000 -0500 -@@ -21,10 +21,10 @@ - */ - - #include "xftint.h" --#include --#include -- --#include -+#include -+#include FT_OUTLINE_H -+#include FT_LCD_FILTER_H -+#include FT_SYNTHESIS_H - - /* - * Validate the memory info for a font -