aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pnet-base
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-29 04:06:51 +0800
committerpav <pav@FreeBSD.org>2007-03-29 04:06:51 +0800
commit918214ddc26ec69e36c94fdb9bd454b444d7e8ab (patch)
tree9c5a8e1b62830b372b59042dee875d99b30fd74a /lang/pnet-base
parent097dcd8cefeb4180cf910afd76057b2062cc3bcf (diff)
downloadfreebsd-ports-graphics-918214ddc26ec69e36c94fdb9bd454b444d7e8ab.tar.gz
freebsd-ports-graphics-918214ddc26ec69e36c94fdb9bd454b444d7e8ab.tar.zst
freebsd-ports-graphics-918214ddc26ec69e36c94fdb9bd454b444d7e8ab.zip
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'lang/pnet-base')
-rw-r--r--lang/pnet-base/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile
index 5c0877d8323..e3135618347 100644
--- a/lang/pnet-base/Makefile
+++ b/lang/pnet-base/Makefile
@@ -77,6 +77,8 @@ post-everything::
post-patch:
@${REINPLACE_CMD} -e 's|`$$CC -print-multi-os-directory 2>/dev/null`|elf|' \
${WRKSRC}/libffi/configure ${WRKSRC}/libffi/configure.in
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig \
+ ${WRKSRC}/libgc/configure
post-install:
.if !defined(NOPORTDOCS)