diff options
author | lofi <lofi@FreeBSD.org> | 2007-03-14 01:58:17 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-03-14 01:58:17 +0800 |
commit | a0ac3279478b95e6eeacdc7e1aacb2b5569d45b3 (patch) | |
tree | be97879770cfa34a2f7f3648fb20d1192ed91ace /net/libmxp | |
parent | b395254d16e3d2538d4469fd5fa04e06e3020fd9 (diff) | |
download | freebsd-ports-graphics-a0ac3279478b95e6eeacdc7e1aacb2b5569d45b3.tar.gz freebsd-ports-graphics-a0ac3279478b95e6eeacdc7e1aacb2b5569d45b3.tar.zst freebsd-ports-graphics-a0ac3279478b95e6eeacdc7e1aacb2b5569d45b3.zip |
Hardcode objformat to elf
Diffstat (limited to 'net/libmxp')
-rw-r--r-- | net/libmxp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/libmxp/Makefile b/net/libmxp/Makefile index d9fce601c56..3ec7bcd3d1e 100644 --- a/net/libmxp/Makefile +++ b/net/libmxp/Makefile @@ -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> |