PKGBUILDs/community/kompozer/freetype-xft.patch
2015-12-11 03:52:54 +00:00

14 lines
442 B
Diff

--- src/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp.orig 2009-05-02 18:42:41.000000000 +0200
+++ src/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp 2013-12-05 17:41:02.125268000 +0100
@@ -67,8 +67,8 @@
#include "nsFontConfigUtils.h"
#include <gdk/gdkx.h>
-#include <freetype/tttables.h>
-#include <freetype/freetype.h>
+#include <freetype2/freetype/tttables.h>
+#include <freetype2/freetype/freetype.h>
#define FORCE_PR_LOG
#include "prlog.h"