summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-03-13 17:58:17 +0000
committerlofi <lofi@FreeBSD.org>2007-03-13 17:58:17 +0000
commita0ac3279478b95e6eeacdc7e1aacb2b5569d45b3 (patch)
treebe97879770cfa34a2f7f3648fb20d1192ed91ace
parentb395254d16e3d2538d4469fd5fa04e06e3020fd9 (diff)
downloadFreeBSD-ports-a0ac3279478b95e6eeacdc7e1aacb2b5569d45b3.zip
FreeBSD-ports-a0ac3279478b95e6eeacdc7e1aacb2b5569d45b3.tar.gz
Hardcode objformat to elf
-rw-r--r--net/libmxp/Makefile4
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>
OpenPOWER on IntegriCloud