freebsd-ports/games/gtkballs/files/patch-src__gtkballs.c
Dmitry Marakasov 60790723aa - Move highscores to /var/games
- Drop unneeded flags
- Switch to options helpers
- Regenerate patches
- Fix binary permissings for highscores to properly work
2017-12-13 09:00:33 +00:00

11 lines
406 B
C

--- src/gtkballs.c.orig 2004-02-06 13:51:54 UTC
+++ src/gtkballs.c
@@ -123,7 +123,7 @@ int main(int argc, char **argv) {
#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 */