diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-18 04:12:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-18 04:12:17 +0800 |
commit | 65706afce9291a0dd09a82179ddfc5675c73e185 (patch) | |
tree | 2768185a105f958c5842d060b03cab00bc12565d | |
parent | ae015abe7f015a1ea57932adf245ff9649d70f40 (diff) | |
download | freebsd-ports-gnome-65706afce9291a0dd09a82179ddfc5675c73e185.tar.gz freebsd-ports-gnome-65706afce9291a0dd09a82179ddfc5675c73e185.tar.zst freebsd-ports-gnome-65706afce9291a0dd09a82179ddfc5675c73e185.zip |
Fix the build with the new freetype2.
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu>
Approved by: portmgr (implicit)
-rw-r--r-- | x11/XFree86-4-clients/files/patch-programs::fonttosfnt::util.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/XFree86-4-clients/files/patch-programs::fonttosfnt::util.c b/x11/XFree86-4-clients/files/patch-programs::fonttosfnt::util.c new file mode 100644 index 000000000000..1767d0324ef2 --- /dev/null +++ b/x11/XFree86-4-clients/files/patch-programs::fonttosfnt::util.c @@ -0,0 +1,10 @@ +--- programs/fonttosfnt/util.c.orig Tue Oct 17 20:08:07 2006 ++++ programs/fonttosfnt/util.c Tue Oct 17 20:10:37 2006 +@@ -34,7 +34,6 @@ THE SOFTWARE. + + #include <ft2build.h> + #include FT_FREETYPE_H +-#include FT_INTERNAL_OBJECTS_H + #include FT_BDF_H + #include "X11/Xos.h" + #include "fonttosfnt.h" |