summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-09-28 04:08:11 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-09-28 04:08:11 (GMT)
commitbfef8695103b947f688b8c4a7ff8fc19477fc528 (patch)
tree867e184d486f68d423fc74e82744a109b36e933f /Misc
parent35b93d972045302ca347ee0ca8fe7e11b5c67e2c (diff)
downloadcpython-bfef8695103b947f688b8c4a7ff8fc19477fc528.zip
cpython-bfef8695103b947f688b8c4a7ff8fc19477fc528.tar.gz
cpython-bfef8695103b947f688b8c4a7ff8fc19477fc528.tar.bz2
Add note about inclusion of DarwinPorts directories in setup.py on darwin.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 72d166c..39f7d19 100644
--- 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-