diff options
author | drochner <drochner@pkgsrc.org> | 2003-06-06 17:31:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-06-06 17:31:17 +0000 |
commit | 52947f7d708fea02ee9faea140a1bd00b4ee12ea (patch) | |
tree | 3436133b61ac3cff4a12bb731ba48527fce29267 /lang/python22/Makefile | |
parent | 1afb6de11e7eafc3d8b0d54bac5180a0d971a1f0 (diff) | |
download | pkgsrc-52947f7d708fea02ee9faea140a1bd00b4ee12ea.tar.gz |
update Python22 to 2.2.3
This is a bugfix release.
Also, use the LINK_ALL_LIBGCC_HACK just introduced to link the
interpreter against libgcc. This should fix PR pkg/16144 in the
Python2.2 (and NetBSD-1.5) case.
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index d9700e650d1..c08fd7897d1 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2003/06/02 01:18:56 jschauma Exp $ +# $NetBSD: Makefile,v 1.17 2003/06/06 17:31:18 drochner Exp $ # -DISTNAME= Python-2.2.2 -PKGNAME= python22-2.2.2 +DISTNAME= Python-2.2.3 +PKGNAME= python22-2.2.3 CATEGORIES= lang -MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.2/ +MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.3/ EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@netbsd.org @@ -32,6 +32,7 @@ PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//} # -stack size too small in main thread CONFIGURE_ARGS+= --without-threads .endif +MAKE_ENV+= LINK_ALL_LIBGCC_HACK=${LINK_ALL_LIBGCC_HACK:Q} INSTALL_TARGET= altinstall |