aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64-sdlinput
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch)
tree1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /emulators/mupen64-sdlinput
parent7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff)
downloadports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz
ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip
Notes
Diffstat (limited to 'emulators/mupen64-sdlinput')
-rw-r--r--emulators/mupen64-sdlinput/files/patch-SDL_ttf.c20
1 files changed, 16 insertions, 4 deletions
diff --git a/emulators/mupen64-sdlinput/files/patch-SDL_ttf.c b/emulators/mupen64-sdlinput/files/patch-SDL_ttf.c
index f0e6a0abe42b..c428262407bc 100644
--- a/emulators/mupen64-sdlinput/files/patch-SDL_ttf.c
+++ b/emulators/mupen64-sdlinput/files/patch-SDL_ttf.c
@@ -1,6 +1,6 @@
---- src/SDL_ttf.c.orig Wed Oct 15 02:44:17 2003
-+++ src/SDL_ttf.c Thu Aug 12 15:06:42 2004
-@@ -39,7 +39,8 @@
+--- src/SDL_ttf.c.orig Tue Oct 14 20:44:17 2003
++++ src/SDL_ttf.c Wed Oct 4 08:38:49 2006
+@@ -39,10 +39,10 @@
#define FREEA(p) free(p)
#endif
@@ -9,4 +9,16 @@
+#include FT_FREETYPE_H
#include <freetype/ftoutln.h>
#include <freetype/ttnameid.h>
- #include <freetype/internal/ftobjs.h>
+-#include <freetype/internal/ftobjs.h>
+
+ /** hack **/
+ #ifndef ft_open_stream
+@@ -272,7 +272,7 @@
+ }
+ memset(stream, 0, sizeof(*stream));
+
+- stream->memory = library->memory;
++ stream->memory = NULL;
+ stream->read = RWread;
+ stream->descriptor.pointer = src;
+ stream->pos = (unsigned long)position;