diff options
author | abs <abs> | 2004-01-27 18:55:30 +0000 |
---|---|---|
committer | abs <abs> | 2004-01-27 18:55:30 +0000 |
commit | d7be55309084b76f3e675fafe04c7e04148503bf (patch) | |
tree | f46c8e9e11e64d6effd4944bc0ef3ffe7bfdcc5e /lang/python22 | |
parent | c664dc44d1371ebeddd736f6687d04e5a6b7a597 (diff) | |
download | pkgsrc-d7be55309084b76f3e675fafe04c7e04148503bf.tar.gz |
Add USE_GCC_SHLIB to python2 packages:
python20 to python20-2.0.1nb6
python21 to python21-2.1.3nb2
python21-pth to python21-2.1.3nb4
python22 to python22-2.2.3nb1
python22-pth to python22-2.2.3nb1
python23 to python23-2.3.3nb1
python23-pth to python23-2.3.3nb1
Diffstat (limited to 'lang/python22')
-rw-r--r-- | lang/python22/Makefile | 3 | ||||
-rw-r--r-- | lang/python22/Makefile.common | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index ca661d9739b..cd8fe39a1ba 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/01/24 08:13:14 grant Exp $ +# $NetBSD: Makefile,v 1.21 2004/01/27 18:55:30 abs Exp $ # PKGNAME= python22-2.2.3 +PKGREVISION= 1 CONFIGURE_ARGS+= --without-threads diff --git a/lang/python22/Makefile.common b/lang/python22/Makefile.common index 8fa80b439fd..12e3adfb79c 100644 --- a/lang/python22/Makefile.common +++ b/lang/python22/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2004/01/25 16:06:47 recht Exp $ +# $NetBSD: Makefile.common,v 1.3 2004/01/27 18:55:30 abs Exp $ # DISTNAME= Python-2.2.3 @@ -10,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language +USE_GCC_SHLIB= YES USE_BUILDLINK3= YES GNU_CONFIGURE= YES |