svn commit: r360772 - head/databases/sqsh/files

John Marino marino at FreeBSD.org
Sat Jul 5 16:31:09 UTC 2014


Author: marino
Date: Sat Jul  5 16:31:08 2014
New Revision: 360772
URL: http://svnweb.freebsd.org/changeset/ports/360772
QAT: https://qat.redports.org/buildarchive/r360772/

Log:
  databases/sqsh: Fix build for ports readline (dports)

Added:
  head/databases/sqsh/files/patch-src_sqsh__readline.c   (contents, props changed)

Added: head/databases/sqsh/files/patch-src_sqsh__readline.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/sqsh/files/patch-src_sqsh__readline.c	Sat Jul  5 16:31:08 2014	(r360772)
@@ -0,0 +1,11 @@
+--- src/sqsh_readline.c.orig	2012-03-29 16:25:46.000000000 +0000
++++ src/sqsh_readline.c
+@@ -145,7 +145,7 @@ int sqsh_readline_init()
+ 
+     rl_readline_name                 = "sqsh" ;
+     rl_completion_entry_function     = (rl_compentry_func_t*)sqsh_completion ;
+-    rl_attempted_completion_function = (CPPFunction*)sqsh_completion ;
++    rl_attempted_completion_function = (rl_completion_func_t *)sqsh_completion ;
+ 
+     /*
+      * sqsh-2.1.8 - Remove '@' and '$' from the readline default list of word break


More information about the svn-ports-all mailing list