summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity/files/patch-configure
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-14 12:17:20 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-14 12:17:20 +0800
commitb294f01a3c28e97b9ddf4d7d4faa5cb7f0715202 (patch)
treec65b185d100ed71d92c47fb7d8fc93a87d3526d0 /x11-wm/metacity/files/patch-configure
parent242f45208404c4a62da94e84c137b719eadecde7 (diff)
downloadmarcuscom-ports-b294f01a3c28e97b9ddf4d7d4faa5cb7f0715202.tar
marcuscom-ports-b294f01a3c28e97b9ddf4d7d4faa5cb7f0715202.tar.gz
marcuscom-ports-b294f01a3c28e97b9ddf4d7d4faa5cb7f0715202.tar.bz2
marcuscom-ports-b294f01a3c28e97b9ddf4d7d4faa5cb7f0715202.tar.lz
marcuscom-ports-b294f01a3c28e97b9ddf4d7d4faa5cb7f0715202.tar.xz
marcuscom-ports-b294f01a3c28e97b9ddf4d7d4faa5cb7f0715202.tar.zst
marcuscom-ports-b294f01a3c28e97b9ddf4d7d4faa5cb7f0715202.zip
Fix the build with the removal of objformat.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8557 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity/files/patch-configure')
-rw-r--r--x11-wm/metacity/files/patch-configure15
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure
index 09c5caee7..9c810e0e2 100644
--- a/x11-wm/metacity/files/patch-configure
+++ b/x11-wm/metacity/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Mon Jan 10 04:40:58 2005
-+++ configure Mon Jan 10 04:41:11 2005
-@@ -25377,7 +25377,6 @@
+--- configure.orig Tue Mar 13 23:11:45 2007
++++ configure Tue Mar 13 23:13:04 2007
+@@ -29363,7 +29363,6 @@ echo "${ECHO_T}$have_xrender" >&6; }
if test x$have_xrender = xyes; then
echo "Building with Render"
@@ -8,3 +8,12 @@
fi
fi ## have_composite
+@@ -34431,7 +34430,7 @@ metacity-$VERSION:
+ "
+
+ METACITY_MINOR_VERSION=18
+-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 "