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
400 B
Plaintext
13 lines
400 B
Plaintext
$OpenBSD: patch-iodbcinst_SQLManageDataSource_c,v 1.1 2011/06/16 01:29:57 sthen Exp $
|
|
--- iodbcinst/SQLManageDataSource.c.orig Thu Sep 10 14:04:55 2009
|
|
+++ iodbcinst/SQLManageDataSource.c Fri Jun 3 12:35:57 2011
|
|
@@ -134,7 +134,7 @@ ManageDataSources (HWND hwndParent)
|
|
}
|
|
|
|
#else
|
|
- CALL_ADMIN_DIALBOX ("libiodbcadm.so.2");
|
|
+ CALL_ADMIN_DIALBOX ("libiodbcadm.so");
|
|
#endif
|
|
|
|
return retcode;
|