diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-17 19:35:16 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-17 19:35:16 +0000 |
commit | 0de7bc3a106f8055cff6e43994bdc3cafa3bcdaa (patch) | |
tree | 3ab7238977bd6f1faea4c3bb41eb52e68e74cb76 /x11-fonts | |
parent | cee4973d135a0f5031b937604bd5348647a07bfb (diff) | |
download | ports-0de7bc3a106f8055cff6e43994bdc3cafa3bcdaa.tar.gz ports-0de7bc3a106f8055cff6e43994bdc3cafa3bcdaa.zip |
fix locale messages in some dialog box
bump portrevision
PR: 35325
Submitted by: Kang-min Liu <b7506056@csie.ntu.edu.tw>
Approved by: maintainer timeout (1 month since I mailed him)
Notes
Notes:
svn path=/head/; revision=61436
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/gfe/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/gfe/files/patch-src:main.c | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-fonts/gfe/Makefile b/x11-fonts/gfe/Makefile index ebdaf8975274..f7510b983baa 100644 --- a/x11-fonts/gfe/Makefile +++ b/x11-fonts/gfe/Makefile @@ -7,6 +7,7 @@ PORTNAME= gfe PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= ftp://alpha.gnu.org/gnu/gfe/ 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..b6a75a81ddbf --- /dev/null +++ b/x11-fonts/gfe/files/patch-src:main.c @@ -0,0 +1,11 @@ +diff -ruN src.dist/main.c src/main.c +--- src.dist/main.c Tue Feb 26 09:11:19 2002 ++++ src/main.c Tue Feb 26 09:11:47 2002 +@@ -37,6 +37,7 @@ + int i; + + /* process gtk/X switches */ ++ gtk_set_locale(); + gtk_init(&argc, &argv); + + show_version = FALSE; |