mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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.
This commit is contained in:
parent
bb4b3c10ff
commit
b485957452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361694
@ -16,7 +16,6 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
PATCH_DEPENDS= rcsdiff:${PORTSDIR}/devel/rcs
|
||||
|
||||
BROKEN= Does not build
|
||||
USE_MYSQL= 41+
|
||||
USES= tcl
|
||||
TCL_NODOT= tcl${TCL_VER:S/.//}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user