mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
6241eb016a
Lightning brings the Sunbird calendar to the popular email client, Mozilla Thunderbird. Mozilla Thunderbird is a redesign of the Mozilla mail component with the goal of becoming a cross-platform stand alone mail application using the XUL user interface language. See the Mozilla Thunderbird project page for more details. 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/lightning/ http://www.mozilla.com/thunderbird/ http://www.mozilla.org/projects/calendar/sunbird/
13 lines
327 B
C++
13 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"
|