aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql55-server/files
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2005-01-11 00:25:13 +0800
committerale <ale@FreeBSD.org>2005-01-11 00:25:13 +0800
commit3bbb9eddf2224ac939aa8b76719045b5deaeb61a (patch)
treeb771d0b754a07c5a4a7135cd6dce4db4421dacd2 /databases/mysql55-server/files
parent832413e615e86ae6bcf811cfcc7c74d2fa425077 (diff)
downloadfreebsd-ports-gnome-3bbb9eddf2224ac939aa8b76719045b5deaeb61a.tar.gz
freebsd-ports-gnome-3bbb9eddf2224ac939aa8b76719045b5deaeb61a.tar.zst
freebsd-ports-gnome-3bbb9eddf2224ac939aa8b76719045b5deaeb61a.zip
- Make it compilable with old gcc [1]
- Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Diffstat (limited to 'databases/mysql55-server/files')
-rw-r--r--databases/mysql55-server/files/patch-ndb::src::mgmclient::main.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql55-server/files/patch-ndb::src::mgmclient::main.cpp b/databases/mysql55-server/files/patch-ndb::src::mgmclient::main.cpp
new file mode 100644
index 000000000000..ef1f6711f469
--- /dev/null
+++ b/databases/mysql55-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);