pkgsrc/databases/mysql51-client/patches/patch-ag
taca 6f294a2ad9 * Install my_compiler.h as public header. It is already fixed in
MySQL's repository.
* Add comments to patches.

Bump PKGREVISION and it fixes P$ pkg/43887.
2010-09-21 15:57:30 +00:00

15 lines
475 B
Text

$NetBSD: patch-ag,v 1.2 2010/09/21 15:57:30 taca Exp $
* Correct function call with a pointer to function.
--- config/ac-macros/readline.m4.orig 2010-02-04 11:36:58.000000000 +0000
+++ config/ac-macros/readline.m4
@@ -26,7 +26,7 @@ AC_DEFUN([MYSQL_CHECK_LIBEDIT_INTERFACE]
#include "readline/readline.h"
],
[
- char res= *(*rl_completion_entry_function)(0,0);
+ char res= (*rl_completion_entry_function)(0,0);
completion_matches(0,0);
],
[