aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-17 07:43:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-17 07:43:41 +0000
commitce7b03f269f658cafbe5e9ab0d23af29832e2754 (patch)
treeaaa56417f9e64f605fc560136cd1151b81a09f51 /multimedia
parentf7f73064dc37007ed63c84cf3be94000eec17881 (diff)
downloadports-ce7b03f269f658cafbe5e9ab0d23af29832e2754.tar.gz
ports-ce7b03f269f658cafbe5e9ab0d23af29832e2754.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer/files/patch-libvo_font_load.h12
-rw-r--r--multimedia/mplayer/files/patch-libvo_font_load_ft.c12
2 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/mplayer/files/patch-libvo_font_load.h b/multimedia/mplayer/files/patch-libvo_font_load.h
new file mode 100644
index 000000000000..bf6ad7f1f026
--- /dev/null
+++ b/multimedia/mplayer/files/patch-libvo_font_load.h
@@ -0,0 +1,12 @@
+--- libvo/font_load.h.orig Tue Mar 16 21:29:40 2004
++++ libvo/font_load.h Tue Mar 16 21:29:58 2004
+@@ -2,7 +2,8 @@
+ #define __MPLAYER_FONT_LOAD_H
+
+ #ifdef HAVE_FREETYPE
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+ #endif
+
+ typedef struct {
diff --git a/multimedia/mplayer/files/patch-libvo_font_load_ft.c b/multimedia/mplayer/files/patch-libvo_font_load_ft.c
new file mode 100644
index 000000000000..4197e5c61511
--- /dev/null
+++ b/multimedia/mplayer/files/patch-libvo_font_load_ft.c
@@ -0,0 +1,12 @@
+--- libvo/font_load_ft.c.orig Tue Mar 16 21:33:42 2004
++++ libvo/font_load_ft.c Tue Mar 16 21:34:02 2004
+@@ -20,7 +20,8 @@
+
+ #include <iconv.h>
+
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+ #include <freetype/ftglyph.h>
+
+ #include "../bswap.h"