diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-10 17:45:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-10 17:45:22 +0800 |
commit | 2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab (patch) | |
tree | 5e06fc71e2f273410427cffa6b3947e5db7a7089 /x11-wm/metacity/files | |
parent | 659d94c2d8fba69c8ed2c6ea5ae59c1cfc33d9ce (diff) | |
download | marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar.gz marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar.bz2 marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar.lz marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar.xz marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar.zst marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.zip |
Update to 2.9.3, and add Render support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3369 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity/files')
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure new file mode 100644 index 000000000..09c5caee7 --- /dev/null +++ b/x11-wm/metacity/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Jan 10 04:40:58 2005 ++++ configure Mon Jan 10 04:41:11 2005 +@@ -25377,7 +25377,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 + |