diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 14:34:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 14:34:28 +0700 |
commit | 9642954ffe95c45fb5732e78feb47e3810a78171 (patch) | |
tree | 6a1b2a739919ec73297c55903b3f2e82c056ada4 /games | |
parent | 682eaa12d7bc1f1cd4156ec38b456c1e32f9e586 (diff) | |
download | slackbuilds-9642954ffe95c45fb5732e78feb47e3810a78171.tar.gz |
games/aisleriot: Add missing patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/aisleriot/guile3.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/aisleriot/guile3.diff b/games/aisleriot/guile3.diff new file mode 100644 index 0000000000..e93ba432da --- /dev/null +++ b/games/aisleriot/guile3.diff @@ -0,0 +1,20 @@ +--- configure.orig 2020-02-05 00:02:14.990196320 +0100 ++++ configure 2020-02-05 00:03:41.968108947 +0100 +@@ -1610,7 +1610,7 @@ + Config database for installing schema files. + --with-gconf-schema-file-dir=dir + Directory for installing schema files. +- --with-guile=2.2|2.0|auto ++ --with-guile=3.0|2.2|2.0|auto + Which guile version to use (default: auto) + --with-help-method which help method to use (ghelp|file|library; + default: ghelp) +@@ -18995,7 +18995,7 @@ + # Guile + # ***** + +-guile_versions_all="2.2 2.0" ++guile_versions_all="3.0 2.2 2.0" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking which guile version to use" >&5 + $as_echo_n "checking which guile version to use... " >&6; } + |