summaryrefslogtreecommitdiff
path: root/lang/pnet-base
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-28 20:06:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-28 20:06:51 +0000
commitf27926601a70a3355a7302a3a087d73ae518ba60 (patch)
treeeef7696d84d2d3e5b34be6bbe74f8bff0d200abd /lang/pnet-base
parentFix the reference to portaudit, which is in ports-mgmt now. (diff)
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=188688
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 5c0877d8323e..e31356183474 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)