pkgsrc/lang/python21-pth/patches/patch-ab
drochner 3b06f84ae0 Build a Python version with thread support. For now, we only have
devel/pth, which tends to coredumps sometimes. But a number of Python
packages insists in threads, so we have to start somewhere.
2002-08-20 19:58:58 +00:00

10 lines
267 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2002/08/20 19:58:58 drochner Exp $
--- Tools/scripts/pydoc2p1.orig Tue Aug 20 20:49:53 2002
+++ Tools/scripts/pydoc2p1 Tue Aug 20 20:50:25 2002
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2p1
import pydoc
pydoc.cli()