SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,21 @@
Index: iodbcinst/SQLGetTranslator.c
--- iodbcinst/SQLGetTranslator.c.orig
+++ iodbcinst/SQLGetTranslator.c
@@ -251,7 +251,7 @@ GetTranslator (HWND hwndParent, LPSTR lpszName, WORD c
# endif
#else
- CALL_TRSCHOOSE_DIALBOX ("libiodbcadm.so.2");
+ CALL_TRSCHOOSE_DIALBOX ("libiodbcadm.so");
#endif
if (ret == SQL_NO_DATA)
@@ -308,7 +308,7 @@ GetTranslator (HWND hwndParent, LPSTR lpszName, WORD c
}
/* The last ressort, a proxy driver */
- CALL_CONFIG_TRANSLATOR ("libtranslator.so.2");
+ CALL_CONFIG_TRANSLATOR ("libtranslator.so");
/* Error : ConfigDSN could no be found */
PUSH_ERROR (ODBC_ERROR_LOAD_LIB_FAILED);