diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2014-07-13 16:40:24 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2014-07-13 16:40:24 +0000 |
commit | b485957452eff61cf2fee748b60cdc0cba05bc51 (patch) | |
tree | 72ec3ce2a9df9e608b25e45b8030f95841ad085f /databases/tcl-Mysql/files/patch-const-error | |
parent | - Update to Postfix 2.12 snapshot 20140709 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=361694
Diffstat (limited to 'databases/tcl-Mysql/files/patch-const-error')
-rw-r--r-- | databases/tcl-Mysql/files/patch-const-error | 9 |
1 files changed, 8 insertions, 1 deletions
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 <cstddef> ++ + class Sql_row; + @@ -54,5 +54,5 @@ // Get the error message, if there was one, for the last message |