summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity/files/patch-configure
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-18 02:08:56 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-18 02:08:56 +0800
commitf38d36f3e56fdd4c5711c32a2e2f1be945c0db8a (patch)
tree71f7a640211b05aa5d3ac8541d7fe58a13016c81 /x11-wm/metacity/files/patch-configure
parentcfaeb5ab22e8fe82a2cf66e7527806f8586c5c74 (diff)
downloadmarcuscom-ports-f38d36f3e56fdd4c5711c32a2e2f1be945c0db8a.tar
marcuscom-ports-f38d36f3e56fdd4c5711c32a2e2f1be945c0db8a.tar.gz
marcuscom-ports-f38d36f3e56fdd4c5711c32a2e2f1be945c0db8a.tar.bz2
marcuscom-ports-f38d36f3e56fdd4c5711c32a2e2f1be945c0db8a.tar.lz
marcuscom-ports-f38d36f3e56fdd4c5711c32a2e2f1be945c0db8a.tar.xz
marcuscom-ports-f38d36f3e56fdd4c5711c32a2e2f1be945c0db8a.tar.zst
marcuscom-ports-f38d36f3e56fdd4c5711c32a2e2f1be945c0db8a.zip
Update to 2.26.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12138 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity/files/patch-configure')
-rw-r--r--x11-wm/metacity/files/patch-configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure
index 4aa9d7d40..dc37d41d9 100644
--- a/x11-wm/metacity/files/patch-configure
+++ b/x11-wm/metacity/files/patch-configure
@@ -1,9 +1,9 @@
---- configure.orig 2009-02-26 19:24:58.000000000 -0500
-+++ configure 2009-02-26 19:25:13.000000000 -0500
-@@ -23806,7 +23806,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=25
+ 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))