SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
databases/iodbc/patches/patch-iodbcinst_SQLGetTranslator_c
Normal file
21
databases/iodbc/patches/patch-iodbcinst_SQLGetTranslator_c
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue