diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-27 08:36:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-27 08:36:22 +0800 |
commit | 5235e218adb2026abdb8c2e4a2aa47f2d09e0e38 (patch) | |
tree | 13bfd94e1a1916a18b0cbea453f8e7bba4deede0 /x11-wm/metacity/files/patch-configure | |
parent | 27921dc769e41dc23aaec6eaf4ec7f7108595711 (diff) | |
download | marcuscom-ports-5235e218adb2026abdb8c2e4a2aa47f2d09e0e38.tar marcuscom-ports-5235e218adb2026abdb8c2e4a2aa47f2d09e0e38.tar.gz marcuscom-ports-5235e218adb2026abdb8c2e4a2aa47f2d09e0e38.tar.bz2 marcuscom-ports-5235e218adb2026abdb8c2e4a2aa47f2d09e0e38.tar.lz marcuscom-ports-5235e218adb2026abdb8c2e4a2aa47f2d09e0e38.tar.xz marcuscom-ports-5235e218adb2026abdb8c2e4a2aa47f2d09e0e38.tar.zst marcuscom-ports-5235e218adb2026abdb8c2e4a2aa47f2d09e0e38.zip |
Update to 2.25.144.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11930 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..4aa9d7d40 --- /dev/null +++ b/x11-wm/metacity/files/patch-configure @@ -0,0 +1,11 @@ +--- 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: + " + + METACITY_MINOR_VERSION=25 +-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 " |