summaryrefslogtreecommitdiff
path: root/www/flock
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-17 07:12:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-17 07:12:34 +0000
commitdbe1712ce345e8209a66970d054c2a631711b2b1 (patch)
treef0abf350a29e59fdd8b6817233ff63d80ad52b69 /www/flock
parentSwitch back from GNU_CONFIGURE to HAS_CONFIGURE and fix package build. (diff)
Fix build with freetype2-2.1.7.
Notes
Notes: svn path=/head/; revision=104255
Diffstat (limited to 'www/flock')
-rw-r--r--www/flock/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/flock/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp b/www/flock/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp
new file mode 100644
index 000000000000..bc141062f7c6
--- /dev/null
+++ b/www/flock/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp
@@ -0,0 +1,12 @@
+--- gfx/src/gtk/nsFontMetricsXft.cpp.orig Wed Mar 17 02:08:01 2004
++++ gfx/src/gtk/nsFontMetricsXft.cpp Wed Mar 17 02:08:15 2004
+@@ -65,7 +65,8 @@
+
+ #include <gdk/gdkx.h>
+ #include <freetype/tttables.h>
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+
+ #define FORCE_PR_LOG
+ #include "prlog.h"