aboutsummaryrefslogtreecommitdiff
path: root/devel/apr1
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-04-01 11:45:59 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-04-01 11:45:59 +0000
commit3aa36ba5538651c67bcfca8d2e8c03ce7cdf2b26 (patch)
tree4ff71f0a0c00307e7ae016ee18ad1c987d938827 /devel/apr1
parent61e98a5b63d437dc95f1a8e8f5ea1851fc283b0d (diff)
downloadports-3aa36ba5538651c67bcfca8d2e8c03ce7cdf2b26.tar.gz
ports-3aa36ba5538651c67bcfca8d2e8c03ce7cdf2b26.zip
- make sure the system own sed is choosen even when
textproc/gsed is installed during build time. This preserves issues in case textproc/gsed is removed from the system after build time. Issue described by Ryusuke SUZUKI <ryusuke _at_ FreeBSD.org> With Hat: apache@
Notes
Notes: svn path=/head/; revision=272086
Diffstat (limited to 'devel/apr1')
-rw-r--r--devel/apr1/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile
index 6d4943f1a2e2..e7e35de5d263 100644
--- a/devel/apr1/Makefile
+++ b/devel/apr1/Makefile
@@ -225,6 +225,9 @@ run-autotools::
cd ${APU_WRKDIR} ; \
${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf \
--with-apr=${APR_WRKDIR}
+ ${REINPLACE_CMD} -e 's/ gsed//g' \
+ ${APR_WRKDIR}/build/libtool.m4 \
+ ${APR_WRKDIR}/configure
cd ${APR_WRKDIR}; \
${SETENV} ${CONFIGURE_ENV} ${SH} \
./configure ${CONFIGURE_ARGS} ${APR_CONF_ARGS}