openbsd-ports/databases/py-odbc/patches/patch-setup_py
2022-12-21 12:54:56 +00:00

13 lines
378 B
Plaintext

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -242,7 +242,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