Comment 2 for bug 373470

Revision history for this message
Zooko Wilcox-O'Hearn (zooko) wrote :

So, how about it? Here's a patch!

It very likely improves behavior of the setup script, as described above, and it has a certain pleasing elegance to it.

diff -rN -u old-dw/setup.py new-dw/setup.py
--- old-dw/setup.py 2009-06-04 15:17:54.000000000 -0600
+++ new-dw/setup.py 2009-06-04 15:17:55.000000000 -0600
@@ -62,10 +62,6 @@
     Libraries = ['ssl', 'crypto']
     ExtraObjects = []

-if sys.platform == 'darwin':
- IncludeDirs = ['/sw/include']
- LibraryDirs = ['/sw/lib']
-
 def mkExtension(name):
     modname = 'OpenSSL.' + name
     src = globals()[name.lower() + '_src']