aboutsummaryrefslogtreecommitdiffstats
path: root/devel/guichan/files
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-09-29 20:58:48 +0800
committerrafan <rafan@FreeBSD.org>2006-09-29 20:58:48 +0800
commit7055b25c3bfd6e08d8c7300dcd62b9328533093d (patch)
treef5a3d42f8c013b73d11a9464bf382ce0a0d2cb57 /devel/guichan/files
parentbe18abc9433feb7fdd94ec18d9840901b081b3dc (diff)
downloadfreebsd-ports-gnome-7055b25c3bfd6e08d8c7300dcd62b9328533093d.tar.gz
freebsd-ports-gnome-7055b25c3bfd6e08d8c7300dcd62b9328533093d.tar.zst
freebsd-ports-gnome-7055b25c3bfd6e08d8c7300dcd62b9328533093d.zip
- Update to 0.5.0
- OPTIONS'ify PR: ports/103710 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
Diffstat (limited to 'devel/guichan/files')
-rw-r--r--devel/guichan/files/patch-configure40
-rw-r--r--devel/guichan/files/patch-include__guichan__sdl__Makefile.in12
-rw-r--r--devel/guichan/files/patch-src__sdl__sdlimageloader.cpp11
3 files changed, 0 insertions, 63 deletions
diff --git a/devel/guichan/files/patch-configure b/devel/guichan/files/patch-configure
deleted file mode 100644
index 84cbf8615b5a..000000000000
--- a/devel/guichan/files/patch-configure
+++ /dev/null
@@ -1,40 +0,0 @@
---- configure.orig Tue May 17 16:23:18 2005
-+++ configure Thu Oct 13 14:33:11 2005
-@@ -20037,7 +20037,7 @@
- {
- SDLIMAGE="yes"
- SDL_LIBS="$SDL_LIBS -lSDL_image"
-- CPPFLAGS="$CPPFLAGS `sdl-config --cflags`"
-+ CPPFLAGS="$CPPFLAGS `%%SDL_CONFIG%% --cflags`"
- }
-
- ForceSDLImage()
-@@ -20338,7 +20338,7 @@
- if test x$enable_sdlimage = xyes; then
- if test x$enable_force_sdlimage = xno; then
-
--for ac_header in SDL/SDL_image.h
-+for ac_header in SDL_image.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- if eval "test \"\${$as_ac_Header+set}\" = set"; then
-@@ -20790,7 +20790,7 @@
- if test x$enable_sdl = xyes; then
- if test x$enable_force_sdl = xno; then
-
--for ac_header in SDL/SDL.h
-+for ac_header in SDL.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- if eval "test \"\${$as_ac_Header+set}\" = set"; then
-@@ -20939,8 +20939,8 @@
-
- done
-
-- # Extract the first word of "sdl-config", so it can be a program name with args.
--set dummy sdl-config; ac_word=$2
-+ # Extract the first word of "%%SDL_CONFIG_ONLY%%", so it can be a program name with args.
-+set dummy %%SDL_CONFIG_ONLY%%; ac_word=$2
- echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
- if test "${ac_cv_prog_HAVE_SDL+set}" = set; then
diff --git a/devel/guichan/files/patch-include__guichan__sdl__Makefile.in b/devel/guichan/files/patch-include__guichan__sdl__Makefile.in
deleted file mode 100644
index 930432aebff3..000000000000
--- a/devel/guichan/files/patch-include__guichan__sdl__Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- include/guichan/sdl/Makefile.in.orig Tue May 17 16:23:16 2005
-+++ include/guichan/sdl/Makefile.in Fri Apr 28 21:07:32 2006
-@@ -184,7 +184,8 @@
- libguichaninclude_HEADERS = \
- sdlgraphics.hpp \
- sdlimageloader.hpp \
-- sdlinput.hpp
-+ sdlinput.hpp \
-+ sdlpixel.hpp
-
- all: all-am
-
diff --git a/devel/guichan/files/patch-src__sdl__sdlimageloader.cpp b/devel/guichan/files/patch-src__sdl__sdlimageloader.cpp
deleted file mode 100644
index f907e449829b..000000000000
--- a/devel/guichan/files/patch-src__sdl__sdlimageloader.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/sdl/sdlimageloader.cpp.orig Tue Oct 11 21:58:04 2005
-+++ src/sdl/sdlimageloader.cpp Tue Oct 11 21:58:18 2005
-@@ -56,7 +56,7 @@
- * For comments regarding functions please see the header file.
- */
-
--#include <SDL/SDL_image.h>
-+#include <SDL_image.h>
-
- #include "guichan/sdl/sdlimageloader.hpp"
- #include "guichan/exception.hpp"