diff options
author | tv <tv> | 2006-05-07 15:11:44 +0000 |
---|---|---|
committer | tv <tv> | 2006-05-07 15:11:44 +0000 |
commit | d1b5b75c2caef9b3164c2292f87d8c38797a912d (patch) | |
tree | 79c22e3fa586729049e8471b265f84e8753e9fe1 /lang/python24 | |
parent | f4431df4b8a1b4f7c7dccb349e955cb479bca6b6 (diff) | |
download | pkgsrc-d1b5b75c2caef9b3164c2292f87d8c38797a912d.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/Makefile | 6 |
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" |