diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-16 14:41:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-16 14:41:56 +0000 |
commit | 561e2abb63e3d75769e5c4a2fdccc3fb3dc35adf (patch) | |
tree | 2fe7d1e3dfbe23548c6b8af987ff799552e82efe /games/crossfire-client/files | |
parent | a187a307f551b42ce9815d2965ad89f829abc4f8 (diff) |
Notes
Diffstat (limited to 'games/crossfire-client/files')
-rw-r--r-- | games/crossfire-client/files/patch-configure | 11 | ||||
-rw-r--r-- | games/crossfire-client/files/patch-configure.in | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/games/crossfire-client/files/patch-configure b/games/crossfire-client/files/patch-configure new file mode 100644 index 000000000000..0f7596ec4ea4 --- /dev/null +++ b/games/crossfire-client/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.dist Fri Oct 10 15:32:37 2003 ++++ configure Thu Nov 13 02:44:11 2003 +@@ -7810,6 +7810,8 @@ + + rm -f conf.sdltest + ++ CPPFLAGS="$CPPFLAGS $SDL_CFLAGS" ++ LIBS="$LIBS $SDL_LIBS" + if eval "test x$no_sdl = x"; then + echo "$as_me:$LINENO: checking for IMG_LoadPNG_RW in -lSDL_image" >&5 + echo $ECHO_N "checking for IMG_LoadPNG_RW in -lSDL_image... $ECHO_C" >&6 diff --git a/games/crossfire-client/files/patch-configure.in b/games/crossfire-client/files/patch-configure.in deleted file mode 100644 index 0ba3a1dc01bc..000000000000 --- a/games/crossfire-client/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig Tue Jul 2 08:52:54 2002 -+++ configure.in Sat Jul 13 04:10:47 2002 -@@ -226,6 +226,8 @@ - dnl so I'll just assume it is in the same dir as SDL - if eval "test x$use_sdl = xyes"; then - AM_PATH_SDL(1.1.3) -+ CPPFLAGS="$CPPFLAGS $SDL_CFLAGS" -+ LIBS="$LIBS $SDL_LIBS" - if eval "test x$no_sdl = x"; then - AC_CHECK_LIB( SDL_image, IMG_LoadPNG_RW, - have_sdlimage="yes", have_sdlimage="no", $SDL_CFLAGS) |