ports/security/pwman/files/patch-src__pwman.c
Philip M. Gollucci 536b8bee52 - Set LC_LANG=C so that pgp-key gpg key integration works
PR:             ports/141281
Submitted by:   Vyacheslav Anikin <anikinsl@gmail.com>
Approved by:    maintainer timeout (anders ; 277 days)
2010-09-14 02:44:11 +00:00

10 lines
242 B
C

--- ./src/pwman.c.orig 2010-09-14 02:40:54.339906437 +0000
+++ ./src/pwman.c 2010-09-14 02:41:09.300167146 +0000
@@ -169,6 +169,7 @@
int
main(int argc, char *argv[])
{
+ setenv("LC_ALL", "C", 1);
pwman_init(argc, argv);
ui_run();