ports/databases/iodbc/patches/patch-iodbcinst_SQLManageDataSource_c

13 lines
305 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: iodbcinst/SQLManageDataSource.c
--- iodbcinst/SQLManageDataSource.c.orig
+++ iodbcinst/SQLManageDataSource.c
@@ -139,7 +139,7 @@ ManageDataSources (HWND hwndParent)
# endif
#else
- CALL_ADMIN_DIALBOX ("libiodbcadm.so.2");
+ CALL_ADMIN_DIALBOX ("libiodbcadm.so");
#endif
return retcode;