- Fix build after removal of objformat

PR:		ports/117006
Submitted by:	Takeshi MUTOH <mutoh at openedu.org> (maintainer)
This commit is contained in:
Rong-En Fan 2007-10-08 05:27:22 +00:00
parent d255213cfb
commit fc9d7bc1bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201067
2 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,7 @@ post-patch:
${WRKSRC}/platforms/unix/npsqueak/npsqueakregister.in \
${WRKSRC}/platforms/unix/npsqueak/npsqueakrun.in \
${WRKSRC}/platforms/unix/npsqueak/Makefile
@${REINPLACE_CMD} -e "s,echo aout,echo elf," ${WRKSRC}/platforms/unix/config/configure
.if defined(WITH_XIM)
@cd ${WRKSRC} && \
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${XIM_PATCH} ${EXTRACT_AFTER_ARGS}

View File

@ -167,6 +167,7 @@ post-patch:
${WRKSRC}/platforms/unix/npsqueak/npsqueakregister.in \
${WRKSRC}/platforms/unix/npsqueak/npsqueakrun.in \
${WRKSRC}/platforms/unix/npsqueak/Makefile
@${REINPLACE_CMD} -e "s,echo aout,echo elf," ${WRKSRC}/platforms/unix/config/configure
.if defined(WITH_XIM)
@cd ${WRKSRC} && \
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${XIM_PATCH} ${EXTRACT_AFTER_ARGS}