Index: www/kannel/files/patch-mariadb =================================================================== --- www/kannel/files/patch-mariadb (nonexistent) +++ www/kannel/files/patch-mariadb (cópia de trabalho) @@ -0,0 +1,69 @@ +Index: configure +=================================================================== +--- configure (revision 5204) ++++ configure (working copy) +@@ -18063,18 +18063,14 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MYSQL_CFLAGS" >&5 + $as_echo "$MYSQL_CFLAGS" >&6; } + fi +- for ac_header in mysql/mysql.h mysql/mysql_version.h +-do : +- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ++ as_ac_Header=`$as_echo "ac_cv_header_mysql/mysql.h" | $as_tr_sh` ++ac_fn_c_check_header_mongrel "$LINENO" "mysql/mysql.h" "$as_ac_Header" "$ac_includes_default" + if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 ++#define `$as_echo "HAVE_mysql/mysql.h" | $as_tr_cpp` 1 + _ACEOF + + fi +- +-done + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_stmt_init in -lmysqlclient_r" >&5 + $as_echo_n "checking for mysql_stmt_init in -lmysqlclient_r... " >&6; } +Index: configure.in +=================================================================== +--- configure.in (revision 5204) ++++ configure.in (working copy) +@@ -1037,7 +1037,7 @@ + CFLAGS="$CFLAGS $MYSQL_CFLAGS" + AC_MSG_RESULT([$MYSQL_CFLAGS]) + fi +- AC_CHECK_HEADERS(mysql/mysql.h mysql/mysql_version.h) ++ AC_CHECK_HEADERS(mysql/mysql.h) + AC_CHECK_LIB(mysqlclient_r, mysql_stmt_init, [], + AC_CHECK_LIB(mysqlclient, mysql_stmt_init, [], [AC_MSG_ERROR([Unable to find MySQL client libraries version >= 4.1])]) + ) +Index: gwlib/utils.c +=================================================================== +--- gwlib/utils.c (revision 5204) ++++ gwlib/utils.c (working copy) +@@ -95,7 +95,6 @@ + #include + #endif + #ifdef HAVE_MYSQL +-#include + #include + #endif + /* +@@ -563,7 +562,7 @@ + "%s.\n" + #endif + #ifdef HAVE_MYSQL +- "Compiled with MySQL %s, using MySQL %s.\n" ++ "Compiled with MySQL %s.\n" + #endif + #ifdef HAVE_PGSQL + "Compiled with PostgreSQL %s.\n" +@@ -600,7 +599,7 @@ + OPENSSL_VERSION_TEXT, + #endif + #ifdef HAVE_MYSQL +- MYSQL_SERVER_VERSION, mysql_get_client_info(), ++ mysql_get_client_info(), + #endif + #ifdef HAVE_PGSQL + PG_VERSION, Property changes on: www/kannel/files/patch-mariadb ___________________________________________________________________ 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