Index: head/databases/mysql++3/files/patch-lib_dbdriver.cpp =================================================================== --- head/databases/mysql++3/files/patch-lib_dbdriver.cpp (nonexistent) +++ head/databases/mysql++3/files/patch-lib_dbdriver.cpp (revision 475659) @@ -0,0 +1,19 @@ +https://tangentsoft.com/mysqlpp/info/4f077284dd2ca1b6 +https://tangentsoft.com/mysqlpp/info/e5f2c3d83f + +Index: lib/dbdriver.cpp +================================================================== +--- lib/dbdriver.cpp.orig 2015-03-19 00:55:17 UTC ++++ lib/dbdriver.cpp +@@ -257,7 +257,11 @@ DBDriver::set_option(unsigned int o, boo + } + + if ((n == 1) && ++#ifdef CLIENT_LONG_PASSWORD + (o >= CLIENT_LONG_PASSWORD) && ++#else ++ (o >= CLIENT_MYSQL) && ++#endif + #if MYSQL_VERSION_ID > 40000 // highest flag value varies by version + (o <= CLIENT_MULTI_RESULTS) + #else Property changes on: head/databases/mysql++3/files/patch-lib_dbdriver.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property