--- inventor.orig/Makefile	2016-04-01 14:00:51 UTC
+++ inventor/Makefile
@@ -45,6 +45,9 @@
 LDFLAGS+=	-Wl,--add-needed
 
 post-patch:
+# Fix for print/freetype2 v2.7, where FT_Done_GlyphSlot function is not exported
+	@${REINPLACE_CMD} -e '/FT_Done_GlyphSlot/s|^|//|' \
+		${WRKSRC}/libFL/ang/flfreetype.c
 	@${REINPLACE_CMD} 's|/usr\(/include/freetype2\)|${LOCALBASE}\1|' \
 		${WRKSRC}/libFL/ang/GNUmakefile
 	@${REINPLACE_CMD} -e 's|%%ICONV_LIB%%|${ICONV_LIB}|' \