diff options
author | abs <abs@pkgsrc.org> | 2004-01-27 18:55:30 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-01-27 18:55:30 +0000 |
commit | f5348a6f1272d3ee861032bc36c0900adf035169 (patch) | |
tree | f46c8e9e11e64d6effd4944bc0ef3ffe7bfdcc5e /lang/python20 | |
parent | d212811304e68bdcf8576a470d4130d3666de4db (diff) | |
download | pkgsrc-f5348a6f1272d3ee861032bc36c0900adf035169.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/python20')
-rw-r--r-- | lang/python20/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 32c040ce0a5..cd651cc503f 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2004/01/25 16:06:47 recht Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/27 18:55:30 abs Exp $ # DISTNAME= Python-2.0.1 PKGNAME= python20-2.0.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.0.1/ EXTRACT_SUFX= .tgz @@ -19,6 +19,7 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC WRKSRC= ${WRKDIR}/Python-2.0.1 DIST_SUBDIR= python +USE_GCC_SHLIB= yes USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-threads |