pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python23 Really enable threads for python23.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26aec2f06780
branches:  trunk
changeset: 488088:26aec2f06780
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Jan 24 19:50:43 2005 +0000

description:
Really enable threads for python23.
Noted by:
Jeffery Lee ravenix2 <at> yahoo <dot> com

Bump PKGREVISION

diffstat:

 lang/python23/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 79ca815d4946 -r 26aec2f06780 lang/python23/Makefile
--- a/lang/python23/Makefile    Mon Jan 24 19:44:08 2005 +0000
+++ b/lang/python23/Makefile    Mon Jan 24 19:50:43 2005 +0000
@@ -1,12 +1,16 @@
-# $NetBSD: Makefile,v 1.23 2005/01/23 20:41:47 recht Exp $
+# $NetBSD: Makefile,v 1.24 2005/01/24 19:50:43 recht Exp $
 #
 
 PKGNAME=       python23-2.3.4
-PKGREVISION=   4
+PKGREVISION=   5
 
 #PKG_INSTALLATION_TYPES=       overwrite pkgviews
 
-CONFIGURE_ARGS+=       --without-threads
+PTHREAD_OPTS=   require
+.include "../../mk/pthread.buildlink3.mk"
+.if ${PTHREAD_TYPE} == "pth"
+CONFIGURE_ARGS+=       --with-pth
+.endif
 
 PY_VER_SUFFIX= 2.3
 



Home | Main Index | Thread Index | Old Index