You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/ccgo/files/ccgo-0.3.6.5-gcc4.patch

13 lines
204 B

--- a/gtk/board.cc
+++ b/gtk/board.cc
@@ -20,9 +20,7 @@
*/
#include <config.hh>
-extern "C" {
#include <gettext.h>
-}
#define _(String) Glib::locale_to_utf8(gettext(String))
#include <board.hh>