summaryrefslogtreecommitdiff
path: root/databases/ocaml-mysql/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ocaml-mysql/patches/patch-ab')
-rw-r--r--databases/ocaml-mysql/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/ocaml-mysql/patches/patch-ab b/databases/ocaml-mysql/patches/patch-ab
new file mode 100644
index 00000000000..679f327776a
--- /dev/null
+++ b/databases/ocaml-mysql/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/10/14 01:56:57 rillig Exp $
+
+--- configure.in.orig 2006-02-24 00:12:36.000000000 +0100
++++ configure.in 2006-10-14 03:55:43.000000000 +0200
+@@ -30,7 +30,7 @@ dnl First see if we can link to mysql wi
+ AC_CHECKING(for MySQL library)
+ AC_CHECK_LIB(mysqlclient, mysql_real_connect)
+ dnl If not, look in a bunch of typical places.
+-if test "$ac_cv_lib_mysqlclient_mysql_real_connect" == "no"; then
++if test "$ac_cv_lib_mysqlclient_mysql_real_connect" = "no"; then
+ dirs="/usr/local/lib/mysql
+ /usr/local/mysql/lib
+ /usr/local/mysql/lib/mysql