summaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-10-08 05:27:22 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-10-08 05:27:22 +0000
commitfc9d7bc1bd2c1daae23b63ef3c7ad861d11d10e0 (patch)
tree770fc2540ed8a9ef8499468c43220df8fea22735 /lang/squeak
parent- When libexecdir does not exist, the installed perl based plugins gets wrong (diff)
- Fix build after removal of objformat
PR: ports/117006 Submitted by: Takeshi MUTOH <mutoh at openedu.org> (maintainer)
Notes
Notes: svn path=/head/; revision=201067
Diffstat (limited to 'lang/squeak')
-rw-r--r--lang/squeak/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index 65668533fb57..450410817731 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -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}