diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-06 03:04:05 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-06 03:04:05 +0800 |
commit | bed973bd7b951e19c74592ef93825d94e09684c9 (patch) | |
tree | 72152b18c72d6032282297fecf1b5628fca1a1fa /x11-wm/metacity/files/patch-configure | |
parent | 187f2dd2b511821857d57415569b5f3c11eacbdf (diff) | |
download | marcuscom-ports-bed973bd7b951e19c74592ef93825d94e09684c9.tar marcuscom-ports-bed973bd7b951e19c74592ef93825d94e09684c9.tar.gz marcuscom-ports-bed973bd7b951e19c74592ef93825d94e09684c9.tar.bz2 marcuscom-ports-bed973bd7b951e19c74592ef93825d94e09684c9.tar.lz marcuscom-ports-bed973bd7b951e19c74592ef93825d94e09684c9.tar.xz marcuscom-ports-bed973bd7b951e19c74592ef93825d94e09684c9.tar.zst marcuscom-ports-bed973bd7b951e19c74592ef93825d94e09684c9.zip |
Update to 2.34.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15739 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity/files/patch-configure')
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 11 |
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..5ae975a06 --- /dev/null +++ b/x11-wm/metacity/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2011-04-05 20:58:36.000000000 +0200 ++++ configure 2011-04-05 20:59:24.000000000 +0200 +@@ -18286,7 +18286,7 @@ + " + + METACITY_MINOR_VERSION=34 +-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 " |