ports/177462: graphics/dia: dia-0.97.2,1 fails to start
Ivan Klymenko
fidaj at ukr.net
Tue Apr 9 11:07:16 UTC 2013
В Tue, 9 Apr 2013 07:00:01 GMT
Golyashov Sergey <svvord at ulona.org> пишет:
> This patch solves problem for me:
>
> --- objects/custom/shape_typeinfo.c.orig 2013-04-09
> 01:48:15.838095782 +1100 +++ objects/custom/shape_typeinfo.c
> 2013-04-09 16:21:37.840874850 +1100 @@ -196,7 +195,7 @@
> saxHandler.warning = _warning;
> once = TRUE;
> }
> - f = g_fopen (info->filename, "rb");
> + f = fopen (info->filename, "rb");
> if (!f)
> return FALSE;
> while ((n = fread (buffer, 1, BLOCKSIZE, f)) > 0) {
>
Thanks. It works for me to.
More information about the freebsd-gnome
mailing list