From b485957452eff61cf2fee748b60cdc0cba05bc51 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Sun, 13 Jul 2014 16:40:24 +0000 Subject: Though I can not reproduce the error cited by the previous committer in the commit log with neither g++, clang++, nor clang++33, I'll try to fix it anyway. Unbreak. --- databases/tcl-Mysql/files/patch-const-error | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'databases/tcl-Mysql/files/patch-const-error') diff --git a/databases/tcl-Mysql/files/patch-const-error b/databases/tcl-Mysql/files/patch-const-error index 63de9b834062..110053695b5b 100644 --- a/databases/tcl-Mysql/files/patch-const-error +++ b/databases/tcl-Mysql/files/patch-const-error @@ -7,7 +7,14 @@ + const char *getErrorMsg(); }; --- sql-interface.h Mon Sep 14 06:52:41 1998 -+++ sql-interface.h Wed Nov 10 17:43:15 2004 ++++ sql-interface.h 2014-07-13 12:30:48.000000000 -0400 +@@ -13,4 +13,6 @@ + #define SQL_INTERFACE_H + ++#include ++ + class Sql_row; + @@ -54,5 +54,5 @@ // Get the error message, if there was one, for the last message -- cgit v1.2.3