mirror of https://git.FreeBSD.org/ports.git
net/unison: fix build on powerpc
This commit is contained in:
parent
8254d45f2d
commit
27c6e21262
|
@ -59,6 +59,10 @@ DOCS= NEWS.md README.md
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MFSMONITOR}
|
||||
ALL_TARGET+= fsmonitor
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue