openbsd-ports/databases/iodbc/patches/patch-iodbcinst_SQLCreateDataSource_c
sthen b13f5eb09d update iodbc to 3.52.7, maintainer timeout
- while there, tweak the sample installed ini files to give
examples that can work with ODBC drivers available in ports

- take maintainer
2011-06-16 01:29:57 +00:00

18 lines
563 B
Plaintext

$OpenBSD: patch-iodbcinst_SQLCreateDataSource_c,v 1.1 2011/06/16 01:29:57 sthen Exp $
--- iodbcinst/SQLCreateDataSource.c.orig Thu Sep 10 14:04:55 2009
+++ iodbcinst/SQLCreateDataSource.c Fri Jun 3 12:35:57 2011
@@ -157,11 +157,11 @@ CreateDataSource (HWND parent, LPCSTR lpszDSN, SQLCHAR
#else
if (waMode == 'A')
{
- CALL_DRVCONN_DIALBOX ("libiodbcadm.so.2");
+ CALL_DRVCONN_DIALBOX ("libiodbcadm.so");
}
else
{
- CALL_DRVCONN_DIALBOXW ("libiodbcadm.so.2");
+ CALL_DRVCONN_DIALBOXW ("libiodbcadm.so");
}
#endif