summaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authortv <tv>2006-05-07 15:11:44 +0000
committertv <tv>2006-05-07 15:11:44 +0000
commita193cddfe60aa4491a6f9f0450e4b8cd02cbe341 (patch)
tree79c22e3fa586729049e8471b265f84e8753e9fe1 /lang/python24
parent9222187bd334ad052dc459ce8bbc2eb085631f2d (diff)
downloadpkgsrc-a193cddfe60aa4491a6f9f0450e4b8cd02cbe341.tar.gz
Allow use of C++ support on all platforms for consistency, by setting
USE_LANGUAGES. Fixes PR pkg/33430.
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 1d6d58f6064..d5bf55f591a 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2006/04/13 02:26:54 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2006/05/07 15:11:44 tv Exp $
#
DISTNAME= Python-2.4.3
PKGNAME= python24-2.4.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang python
MASTER_SITES= ftp://ftp.python.org/pub/python/2.4.3/ \
http://www.python.org/ftp/python/2.4.3/
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --with-threads
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= OPT=${CFLAGS:M*:Q}
+USE_LANGUAGES= c c++
+
PTHREAD_OPTS+= require
.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "pth"