1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/games/gtkballs/files/patch-src__gtkballs.c
Rusmir Dusko 1a90e3d6fb - Don't silence warnings
- Remove TODO from DOCS
- Add patches, fix bad C++ and GTK code
- Change pkg-plist, proper use @group and @mode
2014-03-30 19:07:09 +00:00

12 lines
424 B
C

--- ./src/gtkballs.c.orig 2004-02-06 14:51:54.000000000 +0100
+++ ./src/gtkballs.c 2014-03-30 20:05:17.338033553 +0200
@@ -123,7 +123,7 @@
#ifdef ENABLE_NLS
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- bind_textdomain_codeset(PACKAGE, "UTF8");
+ bind_textdomain_codeset(PACKAGE, "UTF-8");
#endif /* ENABLE_NLS */
/* drop privileges after spawning child with extra privs */