diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index 17651078864a..2bf79124cd61 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= mysqltcl PORTVERSION= 3.052 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases tcl MASTER_SITES= http://www.xdobry.de/mysqltcl/ diff --git a/databases/mysqltcl/files/patch-generic_mysqltcl.c b/databases/mysqltcl/files/patch-generic_mysqltcl.c index 477c951daee7..9c0da226b27b 100644 --- a/databases/mysqltcl/files/patch-generic_mysqltcl.c +++ b/databases/mysqltcl/files/patch-generic_mysqltcl.c @@ -1,6 +1,14 @@ ---- generic/mysqltcl.c.orig 2024-01-26 14:58:40 UTC +--- generic/mysqltcl.c.orig 2012-10-24 20:26:34 UTC +++ generic/mysqltcl.c -@@ -911,7 +911,7 @@ static int Mysqltcl_Connect(ClientData clientData, Tcl +@@ -46,6 +46,7 @@ + #include + #include + #include ++#include + + #define MYSQL_SMALL_SIZE TCL_RESULT_SIZE /* Smaller buffer size. */ + #define MYSQL_NAME_LEN 80 /* Max. database name length. */ +@@ -911,7 +912,7 @@ static int Mysqltcl_Connect(ClientData clientData, Tcl #if (MYSQL_VERSION_ID>=32350) if(mysql_options_reconnect) {