diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-03 15:20:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-03 15:20:52 +0800 |
commit | cf94caffa3f77d287e269b957cb24d8124209051 (patch) | |
tree | b36afc1ba6c4aa145f8b3af7023c1941f24cc872 /graphics | |
parent | 251fa8f6498d1e4ae05597e2489e34815e413016 (diff) | |
download | freebsd-ports-gnome-cf94caffa3f77d287e269b957cb24d8124209051.tar.gz freebsd-ports-gnome-cf94caffa3f77d287e269b957cb24d8124209051.tar.zst freebsd-ports-gnome-cf94caffa3f77d287e269b957cb24d8124209051.zip |
Fix build with freetype2-2.1.7.
Reported by: bento via kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inventor/files/patch-libFL_ang_flfreetype.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/inventor/files/patch-libFL_ang_flfreetype.h b/graphics/inventor/files/patch-libFL_ang_flfreetype.h new file mode 100644 index 000000000000..118b2d2c50d0 --- /dev/null +++ b/graphics/inventor/files/patch-libFL_ang_flfreetype.h @@ -0,0 +1,12 @@ +--- libFL/ang/flfreetype.h.orig Sat Apr 3 02:18:41 2004 ++++ libFL/ang/flfreetype.h Sat Apr 3 02:19:07 2004 +@@ -1,7 +1,8 @@ + #ifndef __flfreetype_h_ + #define __flfreetype_h_ + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + + #ifndef __fl_h_ + #include "fl.h" |