pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Remove redundant inclusion of pth/buildlin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baa979b51bb9
branches:  trunk
changeset: 491512:baa979b51bb9
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Mar 24 22:44:37 2005 +0000

description:
Remove redundant inclusion of pth/buildlink3.mk.  This exact same code
already exists in pthread.buildlink3.mk.

diffstat:

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

diffs (19 lines):

diff -r 6a38d6190718 -r baa979b51bb9 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Thu Mar 24 22:42:58 2005 +0000
+++ b/lang/python/pyversion.mk  Thu Mar 24 22:44:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.33 2005/03/24 22:42:58 jlam Exp $
+# $NetBSD: pyversion.mk,v 1.34 2005/03/24 22:44:37 jlam Exp $
 
 .if !defined(PYTHON_PYVERSION_MK)
 PYTHON_PYVERSION_MK=   defined
@@ -139,9 +139,6 @@
 
 PTHREAD_OPTS=  require
 .include "../../mk/pthread.buildlink3.mk"
-.if ${PTHREAD_TYPE} == "pth"
-.  include "../../devel/pth/buildlink3.mk"
-.endif
 .if defined(PYTHON_FOR_BUILD_ONLY)
 BUILD_DEPMETHOD.python?=       build
 .endif



Home | Main Index | Thread Index | Old Index