diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-16 22:21:54 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-16 22:21:54 +0000 |
commit | e0e503dd9058d4654fbeb1997ee50a63effb696c (patch) | |
tree | 0a7341160c38381415481c9b2d108610bbf70b00 /x11-toolkits | |
parent | 653b7a6968b8a829bd8ec782125492d1a58c678f (diff) | |
download | FreeBSD-ports-e0e503dd9058d4654fbeb1997ee50a63effb696c.zip FreeBSD-ports-e0e503dd9058d4654fbeb1997ee50a63effb696c.tar.gz |
Fix some build issues with the new freetype2.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-ae | 16 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-ae | 16 |
2 files changed, 26 insertions, 6 deletions
diff --git a/x11-toolkits/gtk20/files/patch-ae b/x11-toolkits/gtk20/files/patch-ae index f195f07..b1750b7 100644 --- a/x11-toolkits/gtk20/files/patch-ae +++ b/x11-toolkits/gtk20/files/patch-ae @@ -1,6 +1,6 @@ ---- configure.orig Wed Dec 11 18:31:51 2002 -+++ configure Thu Dec 12 12:07:17 2002 -@@ -7414,6 +7414,7 @@ +--- configure.orig Thu Sep 4 13:17:19 2003 ++++ configure Tue Mar 16 17:14:34 2004 +@@ -18367,6 +18367,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,3 +8,13 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -24746,7 +24747,8 @@ + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + #include FT_ERRORS_H + + int diff --git a/x11-toolkits/gtk30/files/patch-ae b/x11-toolkits/gtk30/files/patch-ae index f195f07..b1750b7 100644 --- a/x11-toolkits/gtk30/files/patch-ae +++ b/x11-toolkits/gtk30/files/patch-ae @@ -1,6 +1,6 @@ ---- configure.orig Wed Dec 11 18:31:51 2002 -+++ configure Thu Dec 12 12:07:17 2002 -@@ -7414,6 +7414,7 @@ +--- configure.orig Thu Sep 4 13:17:19 2003 ++++ configure Tue Mar 16 17:14:34 2004 +@@ -18367,6 +18367,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,3 +8,13 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -24746,7 +24747,8 @@ + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + #include FT_ERRORS_H + + int |