ports/misc/magicpoint/files/patch-mgp.h
Koop Mast a70ad6d1b2 Fix build with freetype 2.5.2.
I forgot this in the big update yesterday.
2013-12-25 09:19:40 +00:00

11 lines
297 B
C

--- mgp.h.orig 2013-12-25 10:03:40.000000000 +0100
+++ mgp.h 2013-12-25 10:05:28.000000000 +0100
@@ -91,7 +91,7 @@
#endif /* end of VFLIB */
#ifdef FREETYPE
-#include "freetype.h"
+#include "freetype/freetype.h"
#ifndef FREETYPEFONTDIR
#define FREETYPEFONTDIR "/usr/local/share/fonts/ttf"