summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-06-01 01:09:33 +0000
committermarcus <marcus@FreeBSD.org>2003-06-01 01:09:33 +0000
commit0afaaa153de1533ff750016a5ea4727a651dfb79 (patch)
tree8fd894e6ea8bdfc881df8090c9632fa2717a6a24
parent2c79cd3340be2b4f2df015812b383472382f0506 (diff)
downloadFreeBSD-ports-0afaaa153de1533ff750016a5ea4727a651dfb79.zip
FreeBSD-ports-0afaaa153de1533ff750016a5ea4727a651dfb79.tar.gz
Fix theme loading on Sparc64.
Reported by: kris
-rw-r--r--x11-wm/metacity/Makefile1
-rw-r--r--x11-wm/metacity/files/patch-src_theme-parser.c11
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;
OpenPOWER on IntegriCloud