diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-24 03:13:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-24 03:13:47 +0000 |
commit | 578edb771a27d2864e09fdf0de85bb65d74ba06f (patch) | |
tree | 2f0af6160a9a1f2a5b98c748818b14f58986e567 /graphics/ocaml-images/files | |
parent | 8f6700f6869b7acaf1ee1684bf511c17e36a1415 (diff) | |
download | ports-578edb771a27d2864e09fdf0de85bb65d74ba06f.tar.gz ports-578edb771a27d2864e09fdf0de85bb65d74ba06f.zip |
Notes
Diffstat (limited to 'graphics/ocaml-images/files')
-rw-r--r-- | graphics/ocaml-images/files/patch-freetype2:ftintf.c | 12 | ||||
-rw-r--r-- | graphics/ocaml-images/files/patch-tiffread.c | 18 | ||||
-rw-r--r-- | graphics/ocaml-images/files/patch-tiffwrite.c | 18 |
3 files changed, 12 insertions, 36 deletions
diff --git a/graphics/ocaml-images/files/patch-freetype2:ftintf.c b/graphics/ocaml-images/files/patch-freetype2:ftintf.c new file mode 100644 index 000000000000..a2e018734fc6 --- /dev/null +++ b/graphics/ocaml-images/files/patch-freetype2:ftintf.c @@ -0,0 +1,12 @@ +--- freetype2/ftintf.c.orig Wed Mar 24 10:51:28 2004 ++++ freetype2/ftintf.c Wed Mar 24 10:51:56 2004 +@@ -20,7 +20,8 @@ + + #if (HAVE_FREETYPE && HAVE_FREETYPE2) + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + + value init_FreeType() + { diff --git a/graphics/ocaml-images/files/patch-tiffread.c b/graphics/ocaml-images/files/patch-tiffread.c deleted file mode 100644 index 7e6bd85ff622..000000000000 --- a/graphics/ocaml-images/files/patch-tiffread.c +++ /dev/null @@ -1,18 +0,0 @@ ---- tiff/tiffread.c.orig Sat Feb 8 00:49:46 2003 -+++ tiff/tiffread.c Sat Feb 8 00:50:10 2003 -@@ -37,15 +37,7 @@ - typedef char int8; - #endif - --#ifdef uint8 - typedef unsigned char uint8; --#endif --#ifdef int16 --typedef short int16; --#endif --#ifdef uint16 --typedef unsigned short uint16; /* sizeof (uint16) must == 2 */ --#endif - - #include <tiffio.h> - diff --git a/graphics/ocaml-images/files/patch-tiffwrite.c b/graphics/ocaml-images/files/patch-tiffwrite.c deleted file mode 100644 index c48bf1c16a5d..000000000000 --- a/graphics/ocaml-images/files/patch-tiffwrite.c +++ /dev/null @@ -1,18 +0,0 @@ ---- tiff/tiffwrite.c.orig Sat Feb 8 00:50:32 2003 -+++ tiff/tiffwrite.c Sat Feb 8 00:50:51 2003 -@@ -34,15 +34,7 @@ - #else - typedef char int8; - #endif --#ifdef uint8 - typedef unsigned char uint8; --#endif --#ifdef int16 --typedef short int16; --#endif --#ifdef uint16 --typedef unsigned short uint16; /* sizeof (uint16) must == 2 */ --#endif - - #include <tiffio.h> - |