Advertisement
Guest User

Untitled

a guest
Sep 25th, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. diff -Naur ttf2pt1-3.4.4-orig/ft.c ttf2pt1-3.4.4/ft.c
  2. --- ttf2pt1-3.4.4.orig/ft.c 2014-07-02 14:19:32.000000000 -0700
  3. +++ ttf2pt1-3.4.4/ft.c 2014-07-02 14:20:22.794538869 -0700
  4. @@ -13,11 +13,11 @@
  5. #include <ctype.h>
  6. #include <sys/types.h>
  7. #include <ft2build.h>
  8. -#include <freetype/freetype.h>
  9. -#include <freetype/ftglyph.h>
  10. -#include <freetype/ftsnames.h>
  11. -#include <freetype/ttnameid.h>
  12. -#include <freetype/ftoutln.h>
  13. +#include <freetype2/freetype.h>
  14. +#include <freetype2/ftglyph.h>
  15. +#include <freetype2/ftsnames.h>
  16. +#include <freetype2/ttnameid.h>
  17. +#include <freetype2/ftoutln.h>
  18. #include "pt1.h"
  19. #include "global.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement