diff options
author | rafan <rafan@FreeBSD.org> | 2007-10-08 13:27:22 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-10-08 13:27:22 +0800 |
commit | 4d1c21a74bf1d4d4eaf9ae02cf7c33144515ccb2 (patch) | |
tree | e2dd18c7aaa7639ca5c68127f7d76d8ab7ab9cda /lang/squeak | |
parent | 4a4838b8360b5a6fc1bd295fca88a6b77e4471b5 (diff) | |
download | freebsd-ports-gnome-4d1c21a74bf1d4d4eaf9ae02cf7c33144515ccb2.tar.gz freebsd-ports-gnome-4d1c21a74bf1d4d4eaf9ae02cf7c33144515ccb2.tar.zst freebsd-ports-gnome-4d1c21a74bf1d4d4eaf9ae02cf7c33144515ccb2.zip |
- Fix build after removal of objformat
PR: ports/117006
Submitted by: Takeshi MUTOH <mutoh at openedu.org> (maintainer)
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} |