diff options
Diffstat (limited to 'x11-wm/metacity/files/patch-configure')
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure index 155c6ecfc4a7..dc37d41d93d6 100644 --- a/x11-wm/metacity/files/patch-configure +++ b/x11-wm/metacity/files/patch-configure @@ -1,9 +1,9 @@ ---- configure.orig 2008-09-23 00:55:36.000000000 -0400 -+++ configure 2008-09-23 00:55:52.000000000 -0400 -@@ -31530,7 +31530,7 @@ metacity-$VERSION: +--- configure.orig 2009-03-17 18:59:17.000000000 +0100 ++++ configure 2009-03-17 19:00:03.000000000 +0100 +@@ -23806,7 +23806,7 @@ " - METACITY_MINOR_VERSION=24 + METACITY_MINOR_VERSION=26 -if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then +if test $(( $(echo $METACITY_MINOR_VERSION) %2)) = "1"; then stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2)) |