forked from Lainports/freebsd-ports
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal is to produce a cross platform standalone calendar application based on Mozilla's XUL user interface language. WWW: http://www.mozilla.org/projects/calendar/sunbird.html Note: This is still in the beta stages and you will probably run in to a few bugs.
12 lines
327 B
C++
12 lines
327 B
C++
--- 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"
|