From 5235e218adb2026abdb8c2e4a2aa47f2d09e0e38 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 27 Feb 2009 00:36:22 +0000 Subject: Update to 2.25.144. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11930 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-wm/metacity/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-wm/metacity/files/patch-configure (limited to 'x11-wm/metacity/files/patch-configure') 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 " -- cgit v1.2.3