diff options
author | recht <recht@pkgsrc.org> | 2003-09-14 14:04:31 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-14 14:04:31 +0000 |
commit | 9b36f82e484d38232ad4c52bc30e1cd947494f8f (patch) | |
tree | 1fcf9226fc3324bff41ac2463e5d3ddf8be0f696 /lang/python23-pth/Makefile | |
parent | 0c330b09b1e1ea003993b75633cc3cb899d66662 (diff) | |
download | pkgsrc-9b36f82e484d38232ad4c52bc30e1cd947494f8f.tar.gz |
Avoid redefinition of redefinition of wchar_t and wint_ if
_XOPEN_SOURCE_EXTENDED is defined. This fixes py-curses on NetBSD > 1.6T.
Bumb PKGREVSION to 2, because of the header change.
Diffstat (limited to 'lang/python23-pth/Makefile')
-rw-r--r-- | lang/python23-pth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index 281f960d1fa..430d2855a22 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/09/10 00:11:04 recht Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/14 14:04:32 recht Exp $ # DISTNAME= Python-2.3 PKGNAME= python23-pth-2.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.3/ EXTRACT_SUFX= .tgz |