summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authorabs <abs>2004-01-27 18:55:30 +0000
committerabs <abs>2004-01-27 18:55:30 +0000
commit1f19470d244b1348c51384fa20ffef24b5b18e82 (patch)
treef46c8e9e11e64d6effd4944bc0ef3ffe7bfdcc5e /lang/python22
parent8419a10f5ffa64c8a357493891e9c6c7d1752c72 (diff)
downloadpkgsrc-1f19470d244b1348c51384fa20ffef24b5b18e82.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/Makefile3
-rw-r--r--lang/python22/Makefile.common3
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