summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity/files/patch-configure
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-06-16 16:57:50 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-06-16 16:57:50 +0800
commit8e745ba888dd411bf369d4057720f69c20c005b3 (patch)
tree13f9e11a07987f9b5080bb04695515fa5b24a41f /x11-wm/metacity/files/patch-configure
parentdfe31c090113186de45908f704a5e8218b08be47 (diff)
downloadmarcuscom-ports-8e745ba888dd411bf369d4057720f69c20c005b3.tar
marcuscom-ports-8e745ba888dd411bf369d4057720f69c20c005b3.tar.gz
marcuscom-ports-8e745ba888dd411bf369d4057720f69c20c005b3.tar.bz2
marcuscom-ports-8e745ba888dd411bf369d4057720f69c20c005b3.tar.lz
marcuscom-ports-8e745ba888dd411bf369d4057720f69c20c005b3.tar.xz
marcuscom-ports-8e745ba888dd411bf369d4057720f69c20c005b3.tar.zst
marcuscom-ports-8e745ba888dd411bf369d4057720f69c20c005b3.zip
Update metacity to 3.12.0. Remove two unneeded patches. No need
to bump any other port, only gnome3 uses it as run depends. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19739 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity/files/patch-configure')
-rw-r--r--x11-wm/metacity/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure
deleted file mode 100644
index 5ae975a06..000000000
--- a/x11-wm/metacity/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2011-04-05 20:58:36.000000000 +0200
-+++ configure 2011-04-05 20:59:24.000000000 +0200
-@@ -18286,7 +18286,7 @@
- "
-
- METACITY_MINOR_VERSION=34
--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 "