freebsd-ports/games/brutalchess/files/patch-aclocal.m4
Martin Wilke b80110d7a1 Brutal Chess features full 3D graphics, an advanced particle engine,
and several different levels of intelligent AI, inspired by the once
popular "Battle Chess" released by Interplay circa 1988.

WWW: http://brutalchess.sourceforge.net/

PR:		ports/108904
Submitted by:	Gustavo Perez Querol <gustau.perez at gmail.com>
2007-02-08 22:36:23 +00:00

11 lines
501 B
Text

--- aclocal.m4.orig Tue Feb 6 23:28:00 2007
+++ aclocal.m4 Tue Feb 6 23:28:12 2007
@@ -926,7 +926,7 @@
# restrict ourselves to GNU make (using the --version option ensures
# this.)
AC_DEFUN([AM_PROG_MKDIR_P],
-[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
+[if mkdir -p . >/dev/null 2>&1 && test ! -d ./--version; then
# Keeping the `.' argument allows $(mkdir_p) to be used without
# argument. Indeed, we sometimes output rules like
# $(mkdir_p) $(somedir)