summaryrefslogtreecommitdiff
path: root/databases/firebird-client
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-07-24 17:00:26 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-07-24 17:00:26 +0000
commit7886e0c27b2d3912119f24fe8b9f0c5cbd263ff0 (patch)
tree8c84d51926731f77b343b15d28aea73f240671d1 /databases/firebird-client
parentUpdate to 2004.07.23. (diff)
Add patch to fix broken build.
PR: ports/69430 Submitted by: Renato Botelho <renato@galle.com.br> Fixed by: maintainer
Notes
Notes: svn path=/head/; revision=114576
Diffstat (limited to 'databases/firebird-client')
-rw-r--r--databases/firebird-client/files/patch-src::extern::editline::makelist11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/firebird-client/files/patch-src::extern::editline::makelist b/databases/firebird-client/files/patch-src::extern::editline::makelist
new file mode 100644
index 000000000000..fa1aad298d04
--- /dev/null
+++ b/databases/firebird-client/files/patch-src::extern::editline::makelist
@@ -0,0 +1,11 @@
++--- 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");