[126416] trunk/dports/print/ttf2pt1/files/patch-ft.c
jmr at macports.org
jmr at macports.org
Thu Oct 9 12:39:54 PDT 2014
Revision: 126416
https://trac.macports.org/changeset/126416
Author: jmr at macports.org
Date: 2014-10-09 12:39:54 -0700 (Thu, 09 Oct 2014)
Log Message:
-----------
ttf2pt1: fix inclusion of freetype headers (#45311)
Modified Paths:
--------------
trunk/dports/print/ttf2pt1/files/patch-ft.c
Modified: trunk/dports/print/ttf2pt1/files/patch-ft.c
===================================================================
--- trunk/dports/print/ttf2pt1/files/patch-ft.c 2014-10-09 19:09:59 UTC (rev 126415)
+++ trunk/dports/print/ttf2pt1/files/patch-ft.c 2014-10-09 19:39:54 UTC (rev 126416)
@@ -1,10 +1,20 @@
---- ft.c 2004-01-01 06:30:50.000000000 +0900
-+++ ft.c 2005-08-17 12:04:06.000000000 +0900
-@@ -12,6 +12,7 @@
+--- ft.c.orig 2004-01-01 08:30:50.000000000 +1100
++++ ft.c 2014-10-10 06:38:57.000000000 +1100
+@@ -12,11 +12,12 @@
#include <stdlib.h>
#include <ctype.h>
#include <sys/types.h>
+-#include <freetype/freetype.h>
+-#include <freetype/ftglyph.h>
+-#include <freetype/ftsnames.h>
+-#include <freetype/ttnameid.h>
+-#include <freetype/ftoutln.h>
+#include <ft2build.h>
- #include <freetype/freetype.h>
- #include <freetype/ftglyph.h>
- #include <freetype/ftsnames.h>
++#include FT_FREETYPE_H
++#include FT_GLYPH_H
++#include FT_SFNT_NAMES_H
++#include FT_TRUETYPE_IDS_H
++#include FT_OUTLINE_H
+ #include "pt1.h"
+ #include "global.h"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141009/07c6cba8/attachment-0001.html>
More information about the macports-changes
mailing list