summaryrefslogtreecommitdiffstats
path: root/games/gnome-games/files/patch-configure
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-07-29 19:51:49 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-07-29 19:51:49 +0800
commit8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f (patch)
treeaa36495f5124ac6bc2c0e1cdd65be80b326b33e6 /games/gnome-games/files/patch-configure
parentd69c3063e99ef188cf56b839f12dac6654025bf2 (diff)
downloadmarcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar
marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar.gz
marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar.bz2
marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar.lz
marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar.xz
marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar.zst
marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.zip
Chase clutter 1.0.0 update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12538 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games/files/patch-configure')
-rw-r--r--games/gnome-games/files/patch-configure24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/gnome-games/files/patch-configure b/games/gnome-games/files/patch-configure
new file mode 100644
index 000000000..14c4dcf18
--- /dev/null
+++ b/games/gnome-games/files/patch-configure
@@ -0,0 +1,24 @@
+--- configure.orig 2009-07-29 13:44:23.000000000 +0200
++++ configure 2009-07-29 13:47:19.000000000 +0200
+@@ -22384,10 +22384,10 @@
+ CLUTTER_API_VERSION=
+ { $as_echo "$as_me:$LINENO: checking for clutter API version" >&5
+ $as_echo_n "checking for clutter API version... " >&6; }
+- for API_VERSION in 0.9; do
++ for API_VERSION in 1.0; do
+ if test -n "$PKG_CONFIG" && \
+- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"clutter-\$API_VERSION clutter-gtk-\$API_VERSION\"") >&5
+- ($PKG_CONFIG --exists --print-errors "clutter-$API_VERSION clutter-gtk-$API_VERSION") 2>&5
++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"clutter-API_VERSION clutter-gtk-0.9\"") >&5
++ ($PKG_CONFIG --exists --print-errors "clutter-$API_VERSION clutter-gtk-0.9") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+@@ -22538,6 +22538,7 @@
+ $as_echo_n "checking for CLUTTER_GTK... " >&6; }
+
+ if test -n "$PKG_CONFIG"; then
++CLUTTER_API_VERSION=0.9;
+ if test -n "$CLUTTER_GTK_CFLAGS"; then
+ pkg_cv_CLUTTER_GTK_CFLAGS="$CLUTTER_GTK_CFLAGS"
+ else