freebsd-ports/games/liquidwar/files/patch-configure
Tobias Kortkamp 6751830b8d games/liquidwar: Update to 5.6.5
This prepares it for Allegro 4.4.3.1.

- Add upstream site to MASTER_SITES
- Add missing DOCS option
- Stop installing the info page; the man page contains the same information
- Add LICENSE and do not install the license multiple times.  One
  copy is more than enough.
- Simplify install and do not install with absolute symlinks

PR:		235479
2019-03-09 07:19:48 +00:00

24 lines
703 B
Text

--- configure.orig 2018-12-23 19:04:36 UTC
+++ configure
@@ -3787,9 +3787,9 @@ $as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_PYTHON+:} false; then :
$as_echo_n "(cached) " >&6
else
- if test -n "$PYTHON"; then
- ac_cv_prog_PYTHON="$PYTHON" # Let the user override the test.
-else
+# if test -n "$PYTHON"; then
+# ac_cv_prog_PYTHON="$PYTHON" # Let the user override the test.
+#else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
@@ -3807,7 +3807,7 @@ IFS=$as_save_IFS
test -z "$ac_cv_prog_PYTHON" && ac_cv_prog_PYTHON="no"
fi
-fi
+#fi
PYTHON=$ac_cv_prog_PYTHON
if test -n "$PYTHON"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5