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

(-)/usr/ports/sunpoet/apr/Makefile (-1 / +3 lines)
Lines 36-42 Link Here
36
USE_ICONV=		yes
36
USE_ICONV=		yes
37
USE_AUTOTOOLS=	automake:19 autoconf:262 libtool:22:env
37
USE_AUTOTOOLS=	automake:19 autoconf:262 libtool:22:env
38
USE_PERL5_BUILD=	yes
38
USE_PERL5_BUILD=	yes
39
USE_PYTHON_BUILD=	yes
39
USE_PYTHON_BUILD=	-2.6
40
USE_LDCONFIG=		yes
40
USE_LDCONFIG=		yes
41
GNU_CONFIGURE=		yes
41
GNU_CONFIGURE=		yes
42
42
Lines 216-221 Link Here
216
	${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},g' \
216
	${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},g' \
217
		${APR_WRKDIR}/build/apr_threads.m4 ${APR_WRKDIR}/build/apr_hints.m4 \
217
		${APR_WRKDIR}/build/apr_threads.m4 ${APR_WRKDIR}/build/apr_hints.m4 \
218
		${APU_WRKDIR}/build/apu-conf.m4
218
		${APU_WRKDIR}/build/apu-conf.m4
219
	${REINPLACE_CMD} -e '1 s/python/${PYTHON_VERSION}/' \
220
		${APR_WRKDIR}/build/gen-build.py
219
221
220
run-autotools::
222
run-autotools::
221
	cd ${APR_WRKDIR} ; \
223
	cd ${APR_WRKDIR} ; \

Return to bug 146621