]> git.pld-linux.org Git - packages/aisleriot.git/blob - guile3.0.patch
- enable building with guile 3.0, rel 2
[packages/aisleriot.git] / guile3.0.patch
1 --- aisleriot-3.22.9/configure.ac.orig  2019-09-09 21:51:48.000000000 +0200
2 +++ aisleriot-3.22.9/configure.ac       2022-03-11 18:42:44.387093335 +0100
3 @@ -476,13 +476,13 @@
4  # Guile
5  # *****
6  
7 -guile_versions_all="2.2 2.0"
8 +guile_versions_all="3.0 2.2 2.0"
9  AC_MSG_CHECKING([which guile version to use])
10  AC_ARG_WITH([guile],
11 -  [AS_HELP_STRING([--with-guile=2.2|2.0|auto],[Which guile version to use (default: auto)])],
12 +  [AS_HELP_STRING([--with-guile=3.0|2.2|2.0|auto],[Which guile version to use (default: auto)])],
13    [case "$with_guile" in
14       1.8) AC_MSG_ERROR([unsupported guile version $with_guile requested]) ;;
15 -     2.0|2.2) guile_versions="$withval" ;;
16 +     2.0|2.2|3.0) guile_versions="$withval" ;;
17       auto) guile_versions="$guile_versions_all" ;;
18       *) AC_MSG_ERROR([unsupported guile version $with_guile requested]) ;;
19      esac],
This page took 0.075143 seconds and 3 git commands to generate.