Package: dia / 0.97.2-8

fix-missing-pango-header.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Include Pango header
 This patch includes a Pango header to fix build problems.
Author: Roland Stigge <stigge@antcom.de>

--- dia-0.97.1.orig/app/app_procs.c
+++ dia-0.97.1/app/app_procs.c
@@ -47,6 +47,10 @@
 #include <pango/pangoft2.h>
 #endif
 
+#ifdef HAVE_FREETYPE
+#include <pango/pangoft2.h>
+#endif
+
 #include <libxml/parser.h>
 #include <libxml/xmlerror.h>