diff options
author | lofi <lofi@FreeBSD.org> | 2007-03-13 17:58:17 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-03-13 17:58:17 +0000 |
commit | a0ac3279478b95e6eeacdc7e1aacb2b5569d45b3 (patch) | |
tree | be97879770cfa34a2f7f3648fb20d1192ed91ace | |
parent | b395254d16e3d2538d4469fd5fa04e06e3020fd9 (diff) | |
download | FreeBSD-ports-a0ac3279478b95e6eeacdc7e1aacb2b5569d45b3.zip FreeBSD-ports-a0ac3279478b95e6eeacdc7e1aacb2b5569d45b3.tar.gz |
Hardcode objformat to elf
-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 d9fce60..3ec7bcd 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> |