Fix build after objformat removal on -current.

This commit is contained in:
MANTANI Nobutaka 2007-03-04 17:54:21 +00:00
parent d6fbc92065
commit d4c181f21b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186507

View File

@ -25,5 +25,6 @@ USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/ltconfig
.include <bsd.port.mk>