mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
* MOVED Added antry about move * databases/Makefile Remove databases/myodbc Add databases/mysql-connector-odbc * databases/myodbc Removed * databases/mysql-connector-odbc Update to 3.51.12 Reorganize Makefile Now default DRIVER_MANAGER is unixodbc PR: 89939 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> (maintainer) Repocopy by: marcus
14 lines
320 B
C
14 lines
320 B
C
--- myodbcinst/myodbcinst.c.orig Mon Oct 10 05:49:47 2005
|
|
+++ myodbcinst/myodbcinst.c Thu Oct 27 16:33:29 2005
|
|
@@ -56,7 +56,11 @@
|
|
#include <ltdl.h>
|
|
#endif
|
|
|
|
+# if defined(HAVE_IODBCINST_H)
|
|
+#include <iodbcinst.h>
|
|
+#elif defined(HAVE_ODBCINST_H)
|
|
#include <odbcinst.h>
|
|
+# endif
|
|
|
|
#include "../util/MYODBCUtil.h"
|
|
|