head 1.3; access; symbols pkgsrc-2016Q2:1.2.0.10 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.8 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.6 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.4 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.2 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.1.0.20 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.18 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.16 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.14 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.12 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.10 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.8 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.6 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.4 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.2 pkgsrc-2012Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2016.07.09.13.04.40; author wiz; state dead; branches; next 1.2; commitid SyRfhtrpAsjObEdz; 1.2 date 2015.04.24.03.24.32; author rodent; state Exp; branches; next 1.1; commitid 9Gn5EBfBfVHvbNiy; 1.1 date 2012.12.10.03.15.49; author tsarna; state Exp; branches; next ; desc @@ 1.3 log @Remove python33. @ text @$NetBSD: patch-aa,v 1.2 2015/04/24 03:24:32 rodent Exp $ * On NetBSD, [n]curses.h and stdlib.h/wchar.h use different guards against multiple definition of wchar_t and wint_t. --- Include/py_curses.h.orig 2014-10-12 07:03:52.000000000 +0000 +++ Include/py_curses.h @@@@ -44,6 +44,21 @@@@ #endif #endif +#ifdef __NetBSD__ +/* +** On NetBSD, [n]curses.h and stdlib.h/wchar.h use different guards +** against multiple definition of wchar_t and wint_t. +*/ +#ifdef _XOPEN_SOURCE_EXTENDED +#ifndef _WCHAR_T +#define _WCHAR_T +#endif +#ifndef _WINT_T +#define _WINT_T +#endif +#endif +#endif + #ifdef HAVE_NCURSES_H #include #else @ 1.2 log @Fix build with LibreSSL. From: https://hg.python.org/cpython/rev/6f23bc5d480e and defuzz patches. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2012/12/10 03:15:49 tsarna Exp $ @ 1.1 log @Add Python 3.3.0 @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- Include/py_curses.h.orig 2009-09-06 21:26:46.000000000 +0000 @