Fix GConf on bigendian platforms (e.g. sparc64). Thanks to

Koop Mast <kwm@rainbow-runner.nl> for providing access to the hardware needed
for debugging and testing.
This commit is contained in:
Joe Marcus Clarke 2004-06-12 02:03:38 +00:00
parent 3c46ee80e0
commit 8d1b2a90cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111320
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gconf2
PORTVERSION= 2.6.1
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/GConf/2.6

View File

@ -0,0 +1,11 @@
--- backends/markup-tree.c.orig Fri Jun 11 22:01:00 2004
+++ backends/markup-tree.c Fri Jun 11 22:01:12 2004
@@ -3070,7 +3070,7 @@
ParseInfo info;
char *filename;
char *text;
- int length;
+ gsize length;
filename = markup_dir_build_path (root, TRUE, parse_subtree);