diff options
Diffstat (limited to 'x11-wm/metacity/files')
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-wm/metacity/files/patch-src_window-props.c | 18 |
2 files changed, 5 insertions, 23 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure index f38f1ce514c1..bbb9c5e9b0a5 100644 --- a/x11-wm/metacity/files/patch-configure +++ b/x11-wm/metacity/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2007-09-16 11:47:50.000000000 -0400 -+++ configure 2007-09-16 11:48:17.000000000 -0400 -@@ -28087,7 +28087,6 @@ +--- configure.orig 2008-03-09 19:48:04.000000000 -0400 ++++ configure 2008-03-09 19:48:24.000000000 -0400 +@@ -26539,7 +26539,6 @@ echo "${ECHO_T}$have_xrender" >&6; } if test x$have_xrender = xyes; then echo "Building with Render" @@ -8,10 +8,10 @@ fi fi ## have_composite -@@ -33175,7 +33174,7 @@ +@@ -31011,7 +31010,7 @@ metacity-$VERSION: " - METACITY_MINOR_VERSION=20 + METACITY_MINOR_VERSION=22 -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)) diff --git a/x11-wm/metacity/files/patch-src_window-props.c b/x11-wm/metacity/files/patch-src_window-props.c deleted file mode 100644 index e32aacf7ffa7..000000000000 --- a/x11-wm/metacity/files/patch-src_window-props.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/window-props.c.orig Wed Dec 14 09:27:03 2005 -+++ src/window-props.c Wed Dec 14 09:28:57 2005 -@@ -20,6 +20,7 @@ - * 02111-1307, USA. - */ - -+#include <sys/param.h> - #include <config.h> - #include "window-props.h" - #include "xprops.h" -@@ -194,6 +195,7 @@ reload_net_wm_user_time (MetaWindow * - } - - #define MAX_TITLE_LENGTH 512 -+#define HOST_NAME_MAX MAXHOSTNAMELEN - - /** - * Called by set_window_title and set_icon_title to set the value of |