diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-02-17 08:40:11 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-02-17 08:40:11 (GMT) |
commit | 86d662602d18dccbae4ee7bf23564263dee7141e (patch) | |
tree | 06d59cd47d0150ff1da4ffbc6e4c8ad096d029ba /Misc/NEWS | |
parent | cfe7e0912caf11bc658cf630acca3aff4e59b205 (diff) | |
download | cpython-86d662602d18dccbae4ee7bf23564263dee7141e.zip cpython-86d662602d18dccbae4ee7bf23564263dee7141e.tar.gz cpython-86d662602d18dccbae4ee7bf23564263dee7141e.tar.bz2 |
Patch #1432345: Make python compile on DragonFly.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -701,6 +701,8 @@ Library Build ----- +- Patch #1432345: Make python compile on DragonFly. + - Build support for Win64-AMD64 was added. - Patch #1428494: Prefer linking against ncursesw over ncurses library. |