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/python23/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/python23/Makefile')
-rw-r--r-- | lang/python23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index e875065fd46..128224f9730 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2005/10/01 19:36:01 recht Exp $ +# $NetBSD: Makefile,v 1.31 2005/11/16 19:18:59 joerg Exp $ # PKGNAME= python23-2.3.5 -PKGREVISION= 3 +PKGREVISION= 4 CONFLICTS+= python-[0-9]* |