b13f5eb09d
- while there, tweak the sample installed ini files to give examples that can work with ODBC drivers available in ports - take maintainer
13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
$OpenBSD: patch-iodbcadm_drvconn_c,v 1.1 2011/06/16 01:29:57 sthen Exp $
|
|
--- iodbcadm/drvconn.c.orig Thu Sep 10 14:04:55 2009
|
|
+++ iodbcadm/drvconn.c Fri Jun 3 12:35:57 2011
|
|
@@ -470,7 +470,7 @@ iodbcdm_drvconn_dialboxw (
|
|
}
|
|
}
|
|
#else
|
|
- CALL_DRVCONN_DIALBOXW ("libdrvproxy.so.2", 'A');
|
|
+ CALL_DRVCONN_DIALBOXW ("libdrvproxy.so", 'A');
|
|
#endif /* __APPLE__ */
|
|
|
|
if (sqlStat)
|