pkgsrc/games/ccgo/patches/patch-ae
adam 74e88f7bdd Changes 0.3.6:
* SGF editor built on a new code base
	* Bug fixes
2005-07-22 22:13:25 +00:00

15 lines
309 B
Text

$NetBSD: patch-ae,v 1.2 2005/07/22 22:13:25 adam Exp $
--- ccgo.cc.orig 2005-04-06 02:08:11.000000000 +0000
+++ ccgo.cc
@@ -39,6 +39,10 @@ extern "C" {
#include <iostream>
#include <fstream>
+extern "C" {
+#include <locale.h>
+}
+
#define _(String) Glib::locale_to_utf8(gettext(String))
class ccGo :