diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-08 05:27:22 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-08 05:27:22 +0000 |
commit | fc9d7bc1bd2c1daae23b63ef3c7ad861d11d10e0 (patch) | |
tree | 770fc2540ed8a9ef8499468c43220df8fea22735 /lang/squeak | |
parent | d255213cfbcd7142e6f224cbd795d805e218f0ce (diff) |
Notes
Diffstat (limited to 'lang/squeak')
-rw-r--r-- | lang/squeak/Makefile | 1 |
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} |