summaryrefslogtreecommitdiff
path: root/hungarian/ispell/files/patch-bin_fonevek
diff options
context:
space:
mode:
Diffstat (limited to 'hungarian/ispell/files/patch-bin_fonevek')
-rw-r--r--hungarian/ispell/files/patch-bin_fonevek20
1 files changed, 20 insertions, 0 deletions
diff --git a/hungarian/ispell/files/patch-bin_fonevek b/hungarian/ispell/files/patch-bin_fonevek
new file mode 100644
index 000000000000..d30789777daf
--- /dev/null
+++ b/hungarian/ispell/files/patch-bin_fonevek
@@ -0,0 +1,20 @@
+
+$FreeBSD$
+
+--- bin/fonevek.orig
++++ bin/fonevek
+@@ -19,12 +19,12 @@
+ cd $WRKDIR || exit 1
+
+ # mez¿k kigy¿jtése: cowboy[ph:kovboj] -> cowboy [ph:kovboj]
+-function field () {
++field () {
+ awk '/^[^ ]*[[]/{print $1 >>"mezok.txt";}{print$0}' |
+ sed 's/^\([^ ]*\)[[].*]/\1/'
+ }
+
+-function field_kot () {
++field_kot () {
+ awk '/^[^ ]*[[]/{
+ print $1 >>"mezok.txt"
+ i = index($1, "[")