summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-05-07 15:11:44 +0000
committertv <tv@pkgsrc.org>2006-05-07 15:11:44 +0000
commit2aba7d5386c86dbf849aa8c42889000fc5a1a255 (patch)
tree79c22e3fa586729049e8471b265f84e8753e9fe1 /lang
parent1d10004ee86ffe4d2a95173a6371b34b6e46db7c (diff)
downloadpkgsrc-2aba7d5386c86dbf849aa8c42889000fc5a1a255.tar.gz
Allow use of C++ support on all platforms for consistency, by setting
USE_LANGUAGES. Fixes PR pkg/33430.
Diffstat (limited to 'lang')
-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"