diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-16 19:18:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-16 19:18:58 +0000 |
commit | d4b0eafdb24d64f99389b4c3a1da69d2d2bf5f7a (patch) | |
tree | eaca766da8d53d558f6f53610587f0f7bd170794 /lang/python20/Makefile | |
parent | 179efa35a6508c0ec14356f46f76c18202cdf531 (diff) | |
download | pkgsrc-d4b0eafdb24d64f99389b4c3a1da69d2d2bf5f7a.tar.gz |
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.
Diffstat (limited to 'lang/python20/Makefile')
-rw-r--r-- | lang/python20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile index a290821f4e9..8f5750678a4 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2005/08/19 06:06:09 grant Exp $ +# $NetBSD: Makefile,v 1.29 2005/11/16 19:18:58 joerg Exp $ # DISTNAME= Python-2.0.1 PKGNAME= python20-2.0.1 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= lang python MASTER_SITES= ftp://ftp.python.org/pub/python/2.0.1/ EXTRACT_SUFX= .tgz |