summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/dreamchess/files/dreamchess-0.2.0-configure.ac.patch')
-rw-r--r--games-board/dreamchess/files/dreamchess-0.2.0-configure.ac.patch12
1 files changed, 10 insertions, 2 deletions
diff --git a/games-board/dreamchess/files/dreamchess-0.2.0-configure.ac.patch b/games-board/dreamchess/files/dreamchess-0.2.0-configure.ac.patch
index 1ce853fab..ef3437472 100644
--- a/games-board/dreamchess/files/dreamchess-0.2.0-configure.ac.patch
+++ b/games-board/dreamchess/files/dreamchess-0.2.0-configure.ac.patch
@@ -1,5 +1,5 @@
---- configure.ac.orig 2008-11-24 02:18:59.638261052 -0800
-+++ configure.ac 2008-11-24 02:19:06.316011020 -0800
+--- configure.ac.orig 2008-11-28 13:16:29.372873219 -0800
++++ configure.ac 2008-11-28 13:15:20.523374056 -0800
@@ -52,6 +52,7 @@
dnl Check for SDL
AC_ARG_WITH([sdl], [ --without-sdl do not use SDL])
@@ -32,3 +32,11 @@
AC_DEFUN([AC_PRINT_LIB],
if test x"$2" = xyes; then
+@@ -293,7 +297,6 @@
+ fi
+
+ AC_CHECK_HEADER([mxml.h], [], [AC_MSG_ERROR([Cannot find Mini-XML header file.])])
+-AC_CHECK_LIB(mxml, mxmlLoadFile, [], [AC_MSG_ERROR([Cannot find Mini-XML library.])])
+
+ AM_CONDITIONAL(BEOS_RC, test x"$beos_rc" = x"yes")
+ AC_SUBST(DREAMCHESS_LIBS)