CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2017/05/04 09:20:24

Modified files:
        lang/python/2.7: Makefile 
        lang/python/2.7/patches: patch-configure_ac 

Log message:
tweak generated includes so that C++ extensions compile with clang.
- we don't have xlocale
- so we use __bsd_locale_fallbacks_h, yes even for #include <iostream>
- that depends on mbsnrtowcs and wcsnrtombs  from wchar.h
- those require __POSIX_VISIBLE to be >= 200809...

bump accordingly. tested by naddy@, no breakage on gcc platforms.

Reply via email to