summaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2004-01-27 18:55:30 +0000
committerabs <abs@pkgsrc.org>2004-01-27 18:55:30 +0000
commit76af5a3859cf168fa8e6a2e49608ecbed13bb22a (patch)
treef46c8e9e11e64d6effd4944bc0ef3ffe7bfdcc5e /lang/python23
parentc156ab5d4960a6242691ceae64768469739a36cc (diff)
downloadpkgsrc-76af5a3859cf168fa8e6a2e49608ecbed13bb22a.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/python23')
-rw-r--r--lang/python23/Makefile3
-rw-r--r--lang/python23/Makefile.common3
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index 823332bcb55..d05c886136f 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2004/01/24 19:48:11 recht Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/27 18:55:30 abs Exp $
#
PKGNAME= python23-2.3.3
+PKGREVISION= 1
CONFIGURE_ARGS+= --without-threads
diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common
index 5f8e8283f8d..afb22b994f4 100644
--- a/lang/python23/Makefile.common
+++ b/lang/python23/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/01/26 12:10:24 grant Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/01/27 18:55:30 abs Exp $
#
DISTNAME= Python-2.3.3
@@ -10,6 +10,7 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
+USE_GCC_SHLIB= yes
USE_DB185= yes
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes