--- setup.py.orig	2012-06-24 17:49:34.000000000 -0500
+++ setup.py	2013-02-07 23:59:21.000000000 -0600
@@ -143,9 +143,6 @@
         # OS name not windows, but still on Windows
         settings['libraries'].append('odbc32')
 
-    elif sys.platform == 'darwin':
-        # OS/X now ships with iODBC.
-        settings['libraries'].append('iodbc')
 
     else:
         # Other posix-like: Linux, Solaris, etc.