From d4b0eafdb24d64f99389b4c3a1da69d2d2bf5f7a Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 16 Nov 2005 19:18:58 +0000 Subject: Fix Python's makesetup script to treat -pthread as linker flag. This is needed for databases/py-psycopg at least to compile properly. Since the installed version changed, bump revision. --- lang/python22/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python22/Makefile') diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 63fc8a7db8e..aa4ee9b356c 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2005/10/01 19:59:39 recht Exp $ +# $NetBSD: Makefile,v 1.29 2005/11/16 19:18:58 joerg Exp $ # DISTNAME= Python-2.2.3 PKGNAME= python22-2.2.3 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= lang python MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.3/ EXTRACT_SUFX= .tgz -- cgit v1.2.3