summaryrefslogtreecommitdiff
path: root/graphics/inventor
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-03 07:20:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-03 07:20:52 +0000
commit6d3d6adfbb221799d0f5b85319d8331fa07ac592 (patch)
tree710b72993ca9320602ca26afa56afec2e761515c /graphics/inventor
parent- Update to version 1.5.1 (diff)
Fix build with freetype2-2.1.7.
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=106013
Diffstat (limited to 'graphics/inventor')
-rw-r--r--graphics/inventor/files/patch-libFL_ang_flfreetype.h12
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"