From e87c84f2d155ffad7c42aadf8acfa958c6641288 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 10 Jan 2005 16:25:13 +0000 Subject: - Make it compilable with old gcc [1] - Fix plist PR: ports/76054 Submitted by: Marcus Grando --- .../mysql60-server/files/patch-ndb::src::mgmclient::main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/mysql60-server/files/patch-ndb::src::mgmclient::main.cpp (limited to 'databases/mysql60-server/files') diff --git a/databases/mysql60-server/files/patch-ndb::src::mgmclient::main.cpp b/databases/mysql60-server/files/patch-ndb::src::mgmclient::main.cpp new file mode 100644 index 000000000000..ef1f6711f469 --- /dev/null +++ b/databases/mysql60-server/files/patch-ndb::src::mgmclient::main.cpp @@ -0,0 +1,11 @@ +--- ndb/src/mgmclient/main.cpp.orig Mon Jan 10 15:36:57 2005 ++++ ndb/src/mgmclient/main.cpp Mon Jan 10 15:37:26 2005 +@@ -122,7 +122,7 @@ + } + #ifdef HAVE_READLINE + /* Get a line from the user. */ +- line_read = readline (prompt); ++ line_read = readline ((char *)prompt); + /* If the line has any text in it, save it on the history. */ + if (line_read && *line_read) + add_history (line_read); -- cgit v1.2.3