]> granicus.if.org Git - python/commitdiff
Add note about inclusion of DarwinPorts directories in setup.py on darwin.
authorBrett Cannon <bcannon@gmail.com>
Tue, 28 Sep 2004 04:08:11 +0000 (04:08 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 28 Sep 2004 04:08:11 +0000 (04:08 +0000)
Misc/NEWS

index 72d166c50471ab5371a8aceacf540b4d61b3e49b..39f7d19da14b92d4d65c95efac313e40977aa21d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -82,6 +82,10 @@ Library
 Build
 -----
 
+- Building on darwin now includes /opt/local/include and /opt/local/lib for
+  building extension modules.  This is so as to include software installed as
+  a DarwinPorts port <http://darwinports.opendarwin.org/>
+
 - pyport.h now defines a Py_IS_NAN macro.  It works as-is when the
   platform C computes true for ``x != x`` if and only if X is a NaN.
   Other platforms can override the default definition with a platform-