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/patch-configure.in | |
parent | - Utilize INFO/DATADIR (diff) |
- Update to version 1.6.0
PR: 59331
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=94095
Diffstat (limited to 'games/crossfire-client/files/patch-configure.in')
-rw-r--r-- | games/crossfire-client/files/patch-configure.in | 11 |
1 files changed, 0 insertions, 11 deletions
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) |