summaryrefslogtreecommitdiffstats
path: root/games/aisleriot/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-09-05 18:39:20 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-09-05 18:39:20 +0800
commitcf21052f71f0e3710ec2e58bb20eada93db3035e (patch)
treee8f00c23e224b8a138943ec764e17827e525c184 /games/aisleriot/files
parent09d86428ace0b1b4a9d10b29382a50881571abfb (diff)
downloadmarcuscom-ports-cf21052f71f0e3710ec2e58bb20eada93db3035e.tar
marcuscom-ports-cf21052f71f0e3710ec2e58bb20eada93db3035e.tar.gz
marcuscom-ports-cf21052f71f0e3710ec2e58bb20eada93db3035e.tar.bz2
marcuscom-ports-cf21052f71f0e3710ec2e58bb20eada93db3035e.tar.lz
marcuscom-ports-cf21052f71f0e3710ec2e58bb20eada93db3035e.tar.xz
marcuscom-ports-cf21052f71f0e3710ec2e58bb20eada93db3035e.tar.zst
marcuscom-ports-cf21052f71f0e3710ec2e58bb20eada93db3035e.zip
Add missing gnome-games game, aisleriot, card games.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19848 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/aisleriot/files')
-rw-r--r--games/aisleriot/files/patch-configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/aisleriot/files/patch-configure b/games/aisleriot/files/patch-configure
new file mode 100644
index 000000000..0392d6e3f
--- /dev/null
+++ b/games/aisleriot/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig 2014-05-12 20:51:58.000000000 +0200
++++ configure 2014-09-01 19:02:23.922352883 +0200
+@@ -14735,7 +14735,7 @@
+ with_guile=
+ for version in 2.2 2.0; do
+ GUILE_REQUIRED=`$as_echo "GUILE_${version}_REQUIRED" | $as_tr_sh`
+- GUILE_PKGS="guile-$version >= ${!GUILE_REQUIRED}"
++ GUILE_PKGS="guile-$version >= ${GUILE_REQUIRED}"
+ if $PKG_CONFIG --exists $GUILE_PKGS; then
+ with_guile=$version
+ break
+@@ -14749,7 +14749,7 @@
+ with_guile_result="$with_guile (auto)"
+ else
+ GUILE_REQUIRED=`$as_echo "GUILE_${with_guile}_REQUIRED" | $as_tr_sh`
+- GUILE_PKGS="guile-$with_guile >= ${!GUILE_REQUIRED}"
++ GUILE_PKGS="guile-$with_guile >= ${GUILE_REQUIRED}"
+ with_guile_result="$with_guile"
+ fi
+