summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/metacity/files/patch-configure')
-rw-r--r--x11-wm/metacity/files/patch-configure19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure
deleted file mode 100644
index 9c810e0e2..000000000
--- a/x11-wm/metacity/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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"
-- METACITY_PC_MODULES="$METACITY_PC_MODULES xrender >= $XRENDER_VERSION"
- 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 "