View | Details | Raw Unified | Return to bug 173575
Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 9-15 Link Here
9
COMMENT=	Framework for interfacing Python and C++
9
COMMENT=	Framework for interfacing Python and C++
10
10
11
USE_BZIP2=	yes
11
USE_BZIP2=	yes
12
USE_PYTHON=	2.5-3.1
12
USE_PYTHON=	2.5-3.2
13
13
14
OPTIONS=	VERBOSE_BUILD	"Show compiler messages"	off \
14
OPTIONS=	VERBOSE_BUILD	"Show compiler messages"	off \
15
		DEBUG		"Build debugging symbols"	off \
15
		DEBUG		"Build debugging symbols"	off \
Lines 35-41 Link Here
35
post-patch: customize-boost-build
35
post-patch: customize-boost-build
36
36
37
do-build:
37
do-build:
38
.if ${PYTHON_VER} == "3.2"
39
	${ECHO_CMD} "using python : " ${PYTHON_VER} " : " ${PYTHON_CMD} " : " ${PYTHON_INCLUDEDIR} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam
40
.else
38
	${ECHO_CMD} "using python : " ${PYTHON_VER} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam
41
	${ECHO_CMD} "using python : " ${PYTHON_VER} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam
42
.endif
39
# build the library
43
# build the library
40
	cd ${WRKSRC} && \
44
	cd ${WRKSRC} && \
41
		${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_OPTIONS} --prefix=${PREFIX}\
45
		${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_OPTIONS} --prefix=${PREFIX}\

Return to bug 173575