From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- audio/grip/files/patch-src_main.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/grip/files/patch-src_main.c (limited to 'audio/grip/files/patch-src_main.c') diff --git a/audio/grip/files/patch-src_main.c b/audio/grip/files/patch-src_main.c new file mode 100644 index 000000000000..b509371b68e8 --- /dev/null +++ b/audio/grip/files/patch-src_main.c @@ -0,0 +1,11 @@ +--- src/main.c.orig 2005-06-25 18:00:55 UTC ++++ src/main.c +@@ -164,7 +164,7 @@ int Cmain(int argc, char* argv[]) + 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 */ -- cgit v1.2.3