summaryrefslogtreecommitdiffstats
path: root/net/asterisk12/files/patch-editline::makelist
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk12/files/patch-editline::makelist')
-rw-r--r--net/asterisk12/files/patch-editline::makelist14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk12/files/patch-editline::makelist b/net/asterisk12/files/patch-editline::makelist
new file mode 100644
index 0000000..cff9b3a
--- /dev/null
+++ b/net/asterisk12/files/patch-editline::makelist
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- editline/makelist
++++ editline/makelist
+@@ -145,7 +145,7 @@
+ #
+ -fh)
+ cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
+- sort | tr '[a-z]' '[A-Z]' | $AWK '
++ sort | tr '[:lower:]' '[:upper:]' | $AWK '
+ BEGIN {
+ printf("/* Automatically generated file, do not edit */\n");
+ printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n");
OpenPOWER on IntegriCloud