pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Use PTHREAD_OPTS+=require instead of a "=".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d968ca6e5de
branches:  trunk
changeset: 502434:5d968ca6e5de
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 18:24:37 2005 +0000

description:
Use PTHREAD_OPTS+=require instead of a "=".

diffstat:

 lang/python/pyversion.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 91a795a4217d -r 5d968ca6e5de lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Fri Nov 04 17:56:38 2005 +0000
+++ b/lang/python/pyversion.mk  Fri Nov 04 18:24:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.37 2005/07/09 01:11:15 kristerw Exp $
+# $NetBSD: pyversion.mk,v 1.38 2005/11/04 18:24:37 rillig Exp $
 
 .if !defined(PYTHON_PYVERSION_MK)
 PYTHON_PYVERSION_MK=   defined
@@ -137,8 +137,9 @@
 PKG_SKIP_REASON+=   "No valid Python version"
 .endif
 
-PTHREAD_OPTS=  require
+PTHREAD_OPTS+= require
 .include "../../mk/pthread.buildlink3.mk"
+
 .if defined(PYTHON_FOR_BUILD_ONLY)
 BUILDLINK_DEPMETHOD.python?=   build
 .endif



Home | Main Index | Thread Index | Old Index