Skip to content
Snippets Groups Projects
Commit 9b042c0f authored by Mikael Urankar's avatar Mikael Urankar
Browse files

net-mgmt/grok_exporter: Fix build on aarch64

Approved by:	portmgr (build fix blanket)
parent c168a0df
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ SUB_FILES= config.yml
post-patch:
for f in `${FIND} ${WRKSRC}/tailer -name '*darwin*'`; do ${LN} -sf $${f} `echo $${f} | ${SED} 's/darwin/freebsd/g'`; done
cd ${WRKSRC}/tailer/fswatcher && ${LN} -sf fswatcher_darwin_amd64.go fswatcher_freebsd_arm64.go
post-install:
${MKDIR} ${STAGEDIR}${ETCDIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment