pkgsrc/graphics/gegl0.2/patches/patch-aa
wiz 314839cf97 Re-Import graphics/gegl as graphics/gegl0.2 to make space for gegl-0.3.0.
GEGL (Generic Graphics Library) is a graph based image processing
framework.

GEGL provides infrastructure to do demand based cached non destructive
image editing on larger than RAM buffers. Through babl it provides
support for a wide range of color models and pixel storage formats for
input and output.
2015-08-25 13:23:02 +00:00

12 lines
303 B
Text

$NetBSD: patch-aa,v 1.1 2015/08/25 13:23:02 wiz Exp $
--- gegl/gegl-init.c.orig 2009-01-22 20:26:07.000000000 +0100
+++ gegl/gegl-init.c
@@ -68,6 +68,7 @@ pid_is_running (gint pid)
#include <sys/types.h>
#include <signal.h>
+#include <locale.h>
static inline gboolean
pid_is_running (gint pid)