summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity/files/patch-configure
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-03 18:23:22 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-03 18:23:22 +0800
commit21eb6203f6b5815f26237a63f0d0d95c9dee2d1c (patch)
treef39062c71b7fd12e47dc14595a8ed06ef3748fe5 /x11-wm/metacity/files/patch-configure
parent1224e5f872b40ac1d5d1c815bbb91514b99fa8c8 (diff)
downloadmarcuscom-ports-21eb6203f6b5815f26237a63f0d0d95c9dee2d1c.tar
marcuscom-ports-21eb6203f6b5815f26237a63f0d0d95c9dee2d1c.tar.gz
marcuscom-ports-21eb6203f6b5815f26237a63f0d0d95c9dee2d1c.tar.bz2
marcuscom-ports-21eb6203f6b5815f26237a63f0d0d95c9dee2d1c.tar.lz
marcuscom-ports-21eb6203f6b5815f26237a63f0d0d95c9dee2d1c.tar.xz
marcuscom-ports-21eb6203f6b5815f26237a63f0d0d95c9dee2d1c.tar.zst
marcuscom-ports-21eb6203f6b5815f26237a63f0d0d95c9dee2d1c.zip
Update to 2.27.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12244 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity/files/patch-configure')
-rw-r--r--x11-wm/metacity/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure
new file mode 100644
index 000000000..12c92dff9
--- /dev/null
+++ b/x11-wm/metacity/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2009-05-03 11:51:58.000000000 +0200
++++ configure 2009-05-03 11:52:25.000000000 +0200
+@@ -23826,7 +23826,7 @@
+ "
+
+ METACITY_MINOR_VERSION=27
+-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))
+ echo "This is the UNSTABLE branch of metacity"
+ echo -n "Use 2.$stable_version.x for stable "