1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Hardcode objformat to elf

This commit is contained in:
Michael Nottebrock 2007-03-13 17:58:17 +00:00
parent 2bf03c960c
commit b186b8b9eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187328

View File

@ -16,4 +16,8 @@ COMMENT= Parser for the MUD eXtension protocol
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|objformat=.*|objformat=elf|g' \
${WRKSRC}/configure
.include <bsd.port.mk>