diff options
Diffstat (limited to 'x11-wm/metacity/files/patch-configure')
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure deleted file mode 100644 index 5ae975a06..000000000 --- a/x11-wm/metacity/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 " |