pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python24 Allow use of C++ support on all platform...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2047fff90052
branches: trunk
changeset: 512379:2047fff90052
user: tv <tv%pkgsrc.org@localhost>
date: Sun May 07 15:11:44 2006 +0000
description:
Allow use of C++ support on all platforms for consistency, by setting
USE_LANGUAGES. Fixes PR pkg/33430.
diffstat:
lang/python24/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 2350abde4593 -r 2047fff90052 lang/python24/Makefile
--- a/lang/python24/Makefile Sun May 07 15:01:40 2006 +0000
+++ b/lang/python24/Makefile Sun May 07 15:11:44 2006 +0000
@@ -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+= --enable-shared
CONFIGURE_ARGS+= OPT=${CFLAGS:M*:Q}
+USE_LANGUAGES= c c++
+
PTHREAD_OPTS+= require
.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "pth"
Home |
Main Index |
Thread Index |
Old Index