diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 22:57:10 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 22:57:10 +0800 |
commit | 19364ad2aad2dbda3ec63a058619f161666c921d (patch) | |
tree | 6bab832f5ada16b34f164b3f241121f678f4729e /x11-wm/metacity/files | |
parent | 5b5f24667ea3be532fea87daeaac163f454d5c19 (diff) | |
download | marcuscom-ports-19364ad2aad2dbda3ec63a058619f161666c921d.tar marcuscom-ports-19364ad2aad2dbda3ec63a058619f161666c921d.tar.gz marcuscom-ports-19364ad2aad2dbda3ec63a058619f161666c921d.tar.bz2 marcuscom-ports-19364ad2aad2dbda3ec63a058619f161666c921d.tar.lz marcuscom-ports-19364ad2aad2dbda3ec63a058619f161666c921d.tar.xz marcuscom-ports-19364ad2aad2dbda3ec63a058619f161666c921d.tar.zst marcuscom-ports-19364ad2aad2dbda3ec63a058619f161666c921d.zip |
- Update to 2.15.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6177 df743ca5-7f9a-e211-a948-0013205c9059
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, 28 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 + diff --git a/x11-wm/metacity/files/patch-src_window-props.c b/x11-wm/metacity/files/patch-src_window-props.c new file mode 100644 index 000000000..e32aacf7f --- /dev/null +++ b/x11-wm/metacity/files/patch-src_window-props.c @@ -0,0 +1,18 @@ +--- 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 |