diff options
Diffstat (limited to 'graphics/tuxpaint/patches/patch-ad')
-rw-r--r-- | graphics/tuxpaint/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/tuxpaint/patches/patch-ad b/graphics/tuxpaint/patches/patch-ad new file mode 100644 index 00000000000..585a9787533 --- /dev/null +++ b/graphics/tuxpaint/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2007/09/04 21:11:58 drochner Exp $ + +--- src/i18n.c.orig 2007-09-04 19:24:41.000000000 +0200 ++++ src/i18n.c +@@ -32,6 +32,7 @@ + #include <stdlib.h> + #include <string.h> + #include <libintl.h> ++#include <locale.h> + #include "i18n.h" + #include "debug.h" + |