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.4-gcc4.patch

13 lines
205 B

--- gtk/board.cc.orig
+++ 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>