aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/gfe/Makefile1
-rw-r--r--x11-fonts/gfe/files/patch-src:main.c11
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;