diff options
-rw-r--r-- | x11-wm/metacity/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/metacity/files/patch-src_theme-parser.c | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 2833728..75b5468 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -7,6 +7,7 @@ PORTNAME= metacity PORTVERSION= 2.4.55 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 diff --git a/x11-wm/metacity/files/patch-src_theme-parser.c b/x11-wm/metacity/files/patch-src_theme-parser.c new file mode 100644 index 0000000..31116ba --- /dev/null +++ b/x11-wm/metacity/files/patch-src_theme-parser.c @@ -0,0 +1,11 @@ +--- src/theme-parser.c.orig Sat May 24 19:12:06 2003 ++++ src/theme-parser.c Sat May 24 19:12:43 2003 +@@ -4261,7 +4261,7 @@ + GError *error; + ParseInfo info; + char *text; +- int length; ++ gsize length; + char *theme_file; + char *theme_dir; + MetaTheme *retval; |