Date: Sun, 22 Dec 2013 01:11:17 +0400 From: Andrey P Klushnikov <drurus@gmail.com> To: gnome@FreeBSD.org Subject: Fix cairo port Message-ID: <CAASG_rv6EyWybn=efPTayRkhKG3fJG8Dd427CzpA5_tD0k2mBg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello. Add please patch for /usr/ports/graphics/cairo http://lists.freebsd.org/pipermail/freebsd-gnome/2013-August/028966.html --- src/cairo-surface.c.orig +++ src/cairo-surface.c @@ -1171,6 +1171,10 @@ * modifying the surface independently of cairo (and thus having to * call mark_dirty()). */ assert (! _cairo_surface_has_snapshots (surface)); + + if (_cairo_surface_has_mime_data (surface)) + _cairo_surface_detach_mime_data (surface); + assert (! _cairo_surface_has_mime_data (surface)); surface->is_clear = FALSE; Thanks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAASG_rv6EyWybn=efPTayRkhKG3fJG8Dd427CzpA5_tD0k2mBg>