SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
databases/py-odbc/patches/patch-setup_py
Normal file
12
databases/py-odbc/patches/patch-setup_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -246,7 +246,7 @@ def get_compiler_settings(version_str):
|
||||
# settings['define_macros'].append(('SQL_WCHART_CONVERT', '1'))
|
||||
|
||||
# What is the proper way to detect iODBC, MyODBC, unixODBC, etc.?
|
||||
- settings['libraries'].append('odbc')
|
||||
+ settings['libraries'].append('iodbc')
|
||||
|
||||
return settings
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue