mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
net-mgmt/grok_exporter: Fix build on aarch64
Approved by: portmgr (build fix blanket)
This commit is contained in:
parent
c168a0df80
commit
9b042c0f69
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue