diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /x11-wm/metacity/files | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) |
Notes
Diffstat (limited to 'x11-wm/metacity/files')
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure index 9c810e0e2c36..f38f1ce514c1 100644 --- a/x11-wm/metacity/files/patch-configure +++ b/x11-wm/metacity/files/patch-configure @@ -1,6 +1,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; } +--- configure.orig 2007-09-16 11:47:50.000000000 -0400 ++++ configure 2007-09-16 11:48:17.000000000 -0400 +@@ -28087,7 +28087,6 @@ if test x$have_xrender = xyes; then echo "Building with Render" @@ -8,10 +8,10 @@ fi fi ## have_composite -@@ -34431,7 +34430,7 @@ metacity-$VERSION: +@@ -33175,7 +33174,7 @@ " - METACITY_MINOR_VERSION=18 + METACITY_MINOR_VERSION=20 -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)) |