opnsense-ports/audio/grip/files/patch-src__main.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
387 B
C

--- src/main.c.orig 2010-04-13 08:46:10.000000000 -0300
+++ src/main.c 2010-04-13 08:46:45.000000000 -0300
@@ -164,7 +164,7 @@
GNOME_PARAM_POPT_TABLE,options,
GNOME_PROGRAM_STANDARD_PROPERTIES,NULL);
- bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF8");
+ bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
setenv("CHARSET","UTF-8",1);
/* Session Management */