aboutsummaryrefslogtreecommitdiff
path: root/graphics
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
parentd424e88f95513bba35c55f8a4f34b1b4884de9b4 (diff)
downloadports-6d3d6adfbb221799d0f5b85319d8331fa07ac592.tar.gz
ports-6d3d6adfbb221799d0f5b85319d8331fa07ac592.zip
Notes
Diffstat (limited to 'graphics')
-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"