summaryrefslogtreecommitdiff
path: root/lang/python24/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-11-16 19:18:58 +0000
committerjoerg <joerg@pkgsrc.org>2005-11-16 19:18:58 +0000
commitd4b0eafdb24d64f99389b4c3a1da69d2d2bf5f7a (patch)
treeeaca766da8d53d558f6f53610587f0f7bd170794 /lang/python24/Makefile
parent179efa35a6508c0ec14356f46f76c18202cdf531 (diff)
downloadpkgsrc-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/python24/Makefile')
-rw-r--r--lang/python24/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 6582a2c8f60..49f01426422 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2005/10/01 21:12:05 recht Exp $
+# $NetBSD: Makefile,v 1.13 2005/11/16 19:18:59 joerg Exp $
#
DISTNAME= Python-2.4.2
PKGNAME= python24-2.4.2
+PKGREVISION= 1
CATEGORIES= lang python
MASTER_SITES= ftp://ftp.python.org/pub/python/2.4.2/
EXTRACT_SUFX= .tar.bz2