diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
commit | 1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch) | |
tree | 48e47bf661e0e5d6ed9c060e8aea683b30d4540f /x11-fonts/gfe/files/patch-src_main.c | |
parent | - Update to 1.7.1 (diff) |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r-- | x11-fonts/gfe/files/patch-src_main.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-fonts/gfe/files/patch-src_main.c b/x11-fonts/gfe/files/patch-src_main.c new file mode 100644 index 000000000000..823bba9882d1 --- /dev/null +++ b/x11-fonts/gfe/files/patch-src_main.c @@ -0,0 +1,10 @@ +--- src/main.c.orig 2000-06-29 08:16:34 UTC ++++ src/main.c +@@ -37,6 +37,7 @@ main(int argc, char *argv[]) + int i; + + /* process gtk/X switches */ ++ gtk_set_locale(); + gtk_init(&argc, &argv); + + show_version = FALSE; |