pkgsrc/games/lpairs/patches/patch-aa
shattered 9b0086a474 Update to 1.0.4. Changes:
- replaced graphics and removed logo (part of background now)
- don't save cards to current working directory
- fixed bad color key of logo
- fixed distortion for non-square icons
- i18n support
2011-04-16 17:44:07 +00:00

14 lines
328 B
Text

$NetBSD: patch-aa,v 1.3 2011/04/16 17:45:17 shattered Exp $
--- lpairs/main.c.orig 2008-08-24 17:43:16.000000000 +0000
+++ lpairs/main.c
@@ -23,6 +23,9 @@
#include <stdlib.h>
#include <time.h>
#include <SDL/SDL.h>
+#ifdef ENABLE_NLS
+#include <locale.h>
+#endif
#include "gettext.h"
#include "sdl.h"
#include "dynlist.h"