ports/databases/firebird-server/files/patch-src::extern::editline::makelist
Sergey Matveychuk 7886e0c27b Add patch to fix broken build.
PR:		ports/69430
Submitted by:	Renato Botelho <renato@galle.com.br>
Fixed by:	maintainer
2004-07-24 17:00:26 +00:00

11 lines
438 B
Text

+--- src/extern/editline/makelist.orig Mon May 24 04:24:25 2004
++++ src/extern/editline/makelist Fri Jul 23 17:09:43 2004
+@@ -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");