diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-22 18:47:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-22 18:47:03 +0000 |
commit | bf9dea32684cee2c74a2a749b71aa63534520b7e (patch) | |
tree | 905612836d81160a3c5d81891d923c5a93a7cf7f /devel/clanlib | |
parent | 9b3e78116b638eae5c60a5d718cc0f4f98e96645 (diff) | |
download | ports-bf9dea32684cee2c74a2a749b71aa63534520b7e.tar.gz ports-bf9dea32684cee2c74a2a749b71aa63534520b7e.zip |
Notes
Diffstat (limited to 'devel/clanlib')
-rw-r--r-- | devel/clanlib/files/patch-Setup_Tests_ttf.cpp | 10 | ||||
-rw-r--r-- | devel/clanlib/files/patch-Sources_TTF_font_ttf.cpp | 12 |
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/clanlib/files/patch-Setup_Tests_ttf.cpp b/devel/clanlib/files/patch-Setup_Tests_ttf.cpp new file mode 100644 index 000000000000..32c586ec54c9 --- /dev/null +++ b/devel/clanlib/files/patch-Setup_Tests_ttf.cpp @@ -0,0 +1,10 @@ +--- Setup/Tests/ttf.cpp.orig Mon Mar 22 13:44:56 2004 ++++ Setup/Tests/ttf.cpp Mon Mar 22 13:45:27 2004 +@@ -11,6 +11,7 @@ + + ------------------------------------------------------------------------ + */ ++#include <ft2build.h> + #include <freetype2/freetype/freetype.h> + + int main() { diff --git a/devel/clanlib/files/patch-Sources_TTF_font_ttf.cpp b/devel/clanlib/files/patch-Sources_TTF_font_ttf.cpp new file mode 100644 index 000000000000..d933a065b61f --- /dev/null +++ b/devel/clanlib/files/patch-Sources_TTF_font_ttf.cpp @@ -0,0 +1,12 @@ +--- Sources/TTF/font_ttf.cpp.orig Mon Mar 22 13:45:53 2004 ++++ Sources/TTF/font_ttf.cpp Mon Mar 22 13:46:10 2004 +@@ -21,7 +21,8 @@ + #include <stdlib.h> + #include "Display/Font/font_generic.h" + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + + #include "font_ttf.h" + |