aboutsummaryrefslogtreecommitdiff
path: root/games/crossfire-client/files
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2002-07-15 21:27:28 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2002-07-15 21:27:28 +0000
commitd8219ccbe398f3de606a2b8debed89bfb8c75ab1 (patch)
treefeb56c5bf1ae012e007ac6c61a0668a5650f42df /games/crossfire-client/files
parentb0ac884b2c861c350a5cbc97428e7d0bdf3bdd74 (diff)
downloadports-d8219ccbe398f3de606a2b8debed89bfb8c75ab1.tar.gz
ports-d8219ccbe398f3de606a2b8debed89bfb8c75ab1.zip
Notes
Diffstat (limited to 'games/crossfire-client/files')
-rw-r--r--games/crossfire-client/files/patch-configure.in11
-rw-r--r--games/crossfire-client/files/patch-x11::Makefile.in11
2 files changed, 11 insertions, 11 deletions
diff --git a/games/crossfire-client/files/patch-configure.in b/games/crossfire-client/files/patch-configure.in
new file mode 100644
index 000000000000..0ba3a1dc01bc
--- /dev/null
+++ b/games/crossfire-client/files/patch-configure.in
@@ -0,0 +1,11 @@
+--- 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)
diff --git a/games/crossfire-client/files/patch-x11::Makefile.in b/games/crossfire-client/files/patch-x11::Makefile.in
deleted file mode 100644
index e601d58100c5..000000000000
--- a/games/crossfire-client/files/patch-x11::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- x11/Makefile.in.orig Wed Jan 30 02:27:36 2002
-+++ x11/Makefile.in Wed Jan 30 02:27:45 2002
-@@ -61,7 +61,7 @@
- install:
- $(INSTALL) -d ${bindir}
- $(INSTALL) -d ${mandir}
-- $(INSTALL) cfclient ${bindir}/gcfclient
-+ $(INSTALL) cfclient ${bindir}/cfclient
- $(INSTALL) cfclient.man ${mandir}/cfclient.1
-
- depend: