Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2cfafcc..16ab295 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -251,6 +251,9 @@
support now looks for "__powerpc__" as well as "__ppc__": the latter seems to
only be present on OS X; the former is the correct one for Linux with GCC.
+- Issue #1099: Fix the build on MacOSX when building a framework with pydebug
+ using GCC 4.0.
+
Tests
-----
@@ -795,6 +798,7 @@
- Issue #7567: Don't call `setupterm' twice.
+
Tools/Demos
-----------