diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 01:09:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 01:09:33 +0000 |
commit | 652befdd6523d1a1284c7fd72c5e83f17da75274 (patch) | |
tree | a25a530a2a64ec2f8f59de64cd7b9dcc38614711 | |
parent | Update to 2.2.1. (diff) |
Fix theme loading on Sparc64.
Reported by: kris
Notes
Notes:
svn path=/head/; revision=81817
-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 28337282d752..75b5468fe854 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 000000000000..31116ba15cb8 --- /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; |