diff options
Diffstat (limited to 'devel/apr0')
-rw-r--r-- | devel/apr0/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index fede97a0dfc5..25a8a91ec02f 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -36,7 +36,6 @@ NO_LATEST_LINK= yes USE_ICONV= yes USE_AUTOTOOLS= automake:19 autoconf:262 libtool:22:env USE_PERL5_BUILD= yes -USE_PYTHON_BUILD= -2.6 USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -156,8 +155,6 @@ post-patch: ${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},g' \ ${APR_WRKDIR}/build/apr_threads.m4 ${APR_WRKDIR}/build/apr_hints.m4 \ ${APU_WRKDIR}/build/apu-conf.m4 - ${REINPLACE_CMD} -e '1 s/python/${PYTHON_VERSION}/' \ - ${APR_WRKDIR}/build/gen-build.py run-autotools:: cd ${APR_WRKDIR} ; \ |