mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net-mgmt/grok_exporter: Fix build on aarch64
Approved by: portmgr (build fix blanket)
This commit is contained in:
parent
c168a0df80
commit
9b042c0f69
@ -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…
Reference in New Issue
Block a user