SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
databases/iodbc/patches/patch-iodbcinst_SQLConfigDriver_c
Normal file
17
databases/iodbc/patches/patch-iodbcinst_SQLConfigDriver_c
Normal file
|
@ -0,0 +1,17 @@
|
|||
Index: iodbcinst/SQLConfigDriver.c
|
||||
--- iodbcinst/SQLConfigDriver.c.orig
|
||||
+++ iodbcinst/SQLConfigDriver.c
|
||||
@@ -481,11 +481,11 @@ SQLConfigDriver_Internal (HWND hwndParent, WORD fReque
|
||||
#else
|
||||
if (waMode == 'A')
|
||||
{
|
||||
- CALL_CONFIG_DRIVER ("libdrvproxy.so.2");
|
||||
+ CALL_CONFIG_DRIVER ("libdrvproxy.so");
|
||||
}
|
||||
else
|
||||
{
|
||||
- CALL_CONFIG_DRIVERW ("libdrvproxy.so.2");
|
||||
+ CALL_CONFIG_DRIVERW ("libdrvproxy.so");
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue