aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth/files
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2006-12-24 21:21:04 +0000
committerPhilip Paeps <philip@FreeBSD.org>2006-12-24 21:21:04 +0000
commitbb1404898cd3ad0ed287e3fc0a7403d69e075f16 (patch)
treee14cfe658b0e4905026acf283f3ab856e3a13f23 /games/wesnoth/files
parent9abd21c3e3cd8c656b355b27b7b5763d97ae6282 (diff)
Notes
Diffstat (limited to 'games/wesnoth/files')
-rw-r--r--games/wesnoth/files/patch-src::Makefile.in15
-rw-r--r--games/wesnoth/files/patch-src_sdl_ttf_SDL_ttf.c19
2 files changed, 0 insertions, 34 deletions
diff --git a/games/wesnoth/files/patch-src::Makefile.in b/games/wesnoth/files/patch-src::Makefile.in
deleted file mode 100644
index 291011e40f62..000000000000
--- a/games/wesnoth/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/Makefile.in.orig Mon Jul 25 13:41:55 2005
-+++ src/Makefile.in Mon Jul 25 13:42:40 2005
-@@ -918,10 +918,10 @@
-
- exploder_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_LIBS)
- cutter_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_LIBS)
--AM_CXXFLAGS = -I $(srcdir)/sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
-+AM_CXXFLAGS = -I $(srcdir)/sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
- -DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR) -DFIFODIR=\"$(fifodir)\"
-
--AM_CFLAGS = -I $(srcdir)/sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
-+AM_CFLAGS = -I $(srcdir)/sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
- -DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR)
-
- CXXLD = $(LDPREFIX) $(CXX)
diff --git a/games/wesnoth/files/patch-src_sdl_ttf_SDL_ttf.c b/games/wesnoth/files/patch-src_sdl_ttf_SDL_ttf.c
deleted file mode 100644
index ee4f8be540e1..000000000000
--- a/games/wesnoth/files/patch-src_sdl_ttf_SDL_ttf.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/sdl_ttf/SDL_ttf.c.orig Wed Oct 4 16:45:59 2006
-+++ src/sdl_ttf/SDL_ttf.c Wed Oct 4 16:46:32 2006
-@@ -48,7 +48,6 @@
- #include <freetype/ftoutln.h>
- #include <freetype/ttnameid.h>
- */
--#include <freetype/internal/ftobjs.h>
-
- #ifndef FT_OPEN_STREAM
- #define FT_OPEN_STREAM ft_open_stream
-@@ -282,7 +281,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;