You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
75532eeacf
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@114014 d073be05-634f-4543-b044-5fe20cf6d1d6
15 lines
373 B
Diff
15 lines
373 B
Diff
--- _imagingft.c.orig 2013-11-27 16:07:53.000000000 +0400
|
|
+++ _imagingft.c 2013-11-27 16:12:01.000000000 +0400
|
|
@@ -70,7 +70,11 @@
|
|
const char* message;
|
|
} ft_errors[] =
|
|
|
|
+#if defined(USE_FREETYPE_2_1)
|
|
+#include FT_ERRORS_H
|
|
+#else
|
|
#include <freetype/fterrors.h>
|
|
+#endif
|
|
|
|
/* -------------------------------------------------------------------- */
|
|
/* font objects */
|