mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- 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@
This commit is contained in:
parent
61e98a5b63
commit
3aa36ba553
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272086
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user