diff options
Diffstat (limited to 'games-board/biloba/files/biloba-0.4-not-windows.patch')
-rw-r--r-- | games-board/biloba/files/biloba-0.4-not-windows.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games-board/biloba/files/biloba-0.4-not-windows.patch b/games-board/biloba/files/biloba-0.4-not-windows.patch new file mode 100644 index 000000000000..ead48b9110c0 --- /dev/null +++ b/games-board/biloba/files/biloba-0.4-not-windows.patch @@ -0,0 +1,15 @@ +--- configure.in.orig 2006-07-29 12:27:29.000000000 +0200 ++++ configure.in 2006-07-29 12:28:20.000000000 +0200 +@@ -73,12 +73,6 @@ + AC_MSG_ERROR([*** SDL-Mixer not found!])) + AC_CHECK_HEADER(SDL/SDL_mixer.h, , AC_MSG_ERROR([*** SDL-mixer devel files not found!])) + +-AC_ARG_VAR(WINDRES, [Windows Resource compiler tool path]) +-AC_PATH_TOOL(WINDRES,windres, +- [AC_MSG_WARN(Could not find a windres tool in your PATH.)] +-) +-AC_SUBST(WINDRES) +- + # Be paranoid + CFLAGS="$CFLAGS -Wall" + dnl Checks for header files |