summaryrefslogtreecommitdiff
path: root/lang/python23-pth
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-01-25 21:10:10 +0000
committerrecht <recht@pkgsrc.org>2004-01-25 21:10:10 +0000
commitf4a7cde5250343db9ddfa67dce59af3be5ffce3c (patch)
tree0880ac53fdc2f75afe04a4d7366c9bf4d271860e /lang/python23-pth
parent496994359c688ddeaec3dcf27848af48efe7b562 (diff)
downloadpkgsrc-f4a7cde5250343db9ddfa67dce59af3be5ffce3c.tar.gz
Revert python23{,pth} back to buildlink2. The build fails on NetBSD 1.6
since BUILDLINK_CPPFLAGS and friends are undefined in db's buildlink3.
Diffstat (limited to 'lang/python23-pth')
-rw-r--r--lang/python23-pth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile
index f3bced770f8..7bda1cee009 100644
--- a/lang/python23-pth/Makefile
+++ b/lang/python23-pth/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2004/01/24 20:53:54 recht Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/25 21:10:11 recht Exp $
#
PKGNAME= python23-pth-2.3.3
PTHREAD_OPTS= require
-.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/pthread.buildlink2.mk"
.if ${PTHREAD_TYPE} == "pth"
CONFIGURE_ARGS+= --with-pth
.endif