Page Breaks: avoid flickering of the tab by drawing it over the line
[LibreOffice.git] / python / Python-2.6.1-py8067.patch
blob7a88a934805892c13f59179d1e1d0aa24bfa0bdf
1 http://bugs.python.org/issue8067 - needed for building on Mac OSX >= 10.6
2 --- misc/Python-2.6.1/configure 2010-05-06 20:59:52.000000000 +0200
3 +++ misc/build/Python-2.6.1/configure 2010-05-06 20:59:46.000000000 +0200
4 @@ -2120,6 +2120,8 @@
5 # has no effect, don't bother defining them
6 Darwin/[6789].*)
7 define_xopen_source=no;;
8 + Darwin/1[0-9].*)
9 + define_xopen_source=no;;
10 # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
11 # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
12 # or has another value. By not (re)defining it, the defaults come in place.