diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-19 15:39:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-19 15:39:31 +0800 |
commit | e3b56f93502e4298371668e07f06c8b463972fb4 (patch) | |
tree | 5e5830712c0bb2ba5a38142b6834acb792c5ecf1 /graphics/dia/files | |
parent | 261eb5b6368075375d29968890447a58a84a4738 (diff) | |
download | freebsd-ports-gnome-e3b56f93502e4298371668e07f06c8b463972fb4.tar.gz freebsd-ports-gnome-e3b56f93502e4298371668e07f06c8b463972fb4.tar.zst freebsd-ports-gnome-e3b56f93502e4298371668e07f06c8b463972fb4.zip |
Fix build with freetype2-2.1.7.
Reported by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'graphics/dia/files')
-rw-r--r-- | graphics/dia/files/patch-ad | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/graphics/dia/files/patch-ad b/graphics/dia/files/patch-ad index 3a809187a895..573ea909294f 100644 --- a/graphics/dia/files/patch-ad +++ b/graphics/dia/files/patch-ad @@ -1,6 +1,6 @@ ---- configure.orig Wed Mar 12 19:51:36 2003 -+++ configure Mon Mar 17 14:05:51 2003 -@@ -7546,6 +7546,7 @@ +--- configure.orig Sat Nov 1 06:26:01 2003 ++++ configure Fri Mar 19 02:22:25 2004 +@@ -18085,6 +18085,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,7 +8,17 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -9738,7 +9739,7 @@ +@@ -20119,7 +20120,8 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + #if (FREETYPE_MAJOR*1000+FREETYPE_MINOR)*1000+FREETYPE_PATCH < 2000009 + #error Freetype version too low. + #endif +@@ -20301,7 +20303,7 @@ cat >>confdefs.h <<_ACEOF |