pkgsrc-wip/rawphoto/patches/patch-aa
Greg Troxel 177a3ebf41 Raw photo loader plugin for The gimp. This plugin calls dcraw (in
pkgsrc/graphics/dcraw) to convert a digital camera raw file to ppm,
and then loads the image into the GIMP.
2004-10-24 13:18:05 +00:00

12 lines
351 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2004/10/24 13:18:05 lexort Exp $
--- rawphoto.c.orig 2004-10-24 08:44:33.000000000 -0400
+++ rawphoto.c 2004-10-24 08:44:22.000000000 -0400
@@ -20,6 +20,7 @@
gcc -o rawphoto rawphoto.c `gtk-config --cflags --libs` -lgimp -lgimpui
*/
+#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>