From 3e8d8ca41e2edd91917fb3b63d33a9137021c532 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 13 Oct 2004 02:53:10 +0000 Subject: [maintainer] Unbreak databases/mysqlcppapi after mysql41-* update databases/mysqlcppapi is unable to detect mysql-4.1.4 and use new mysql_shutdown() api. Thus it is broken with mysql41-* after mysql41-* were updated to 4.1.4. I hope this fix can make it way to ports before the freeze. PR: ports/71348 Submitted by: Jie Gao --- databases/mysqlcppapi/files/patch-configure | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'databases/mysqlcppapi/files/patch-configure') diff --git a/databases/mysqlcppapi/files/patch-configure b/databases/mysqlcppapi/files/patch-configure index e81daa02854a..23710b3c6c71 100644 --- a/databases/mysqlcppapi/files/patch-configure +++ b/databases/mysqlcppapi/files/patch-configure @@ -1,4 +1,4 @@ ---- configure~ Wed Aug 4 23:58:41 2004 +--- configure.orig Wed Aug 4 23:58:41 2004 +++ configure Thu Aug 5 00:12:29 2004 @@ -18465,8 +18465,8 @@ fi; @@ -11,3 +11,14 @@ +--- configure.orig Fri Aug 29 03:24:14 2003 ++++ configure Fri Sep 3 20:09:58 2004 +@@ -18660,7 +18660,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lmysqlclient $LIBS" ++LIBS="-L$MYSQL_PREFIX/lib/mysql -lmysqlclient $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ -- cgit v1.2.3