You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/paps/files/paps-0.6.8-fix-freetype-inc...

14 lines
300 B

--- paps-0.6.8/src/libpaps.c
+++ paps-0.6.8/src/libpaps.c
@@ -25,8 +25,8 @@
#include <pango/pango.h>
#include <pango/pangoft2.h>
-#include <freetype/ftglyph.h>
-#include <freetype/ftoutln.h>
+#include <ftglyph.h>
+#include <ftoutln.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>