forked from Lainports/freebsd-ports
net/unison: fix build on powerpc
This commit is contained in:
parent
8254d45f2d
commit
27c6e21262
1 changed files with 4 additions and 0 deletions
|
|
@ -59,6 +59,10 @@ DOCS= NEWS.md README.md
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc
|
||||||
|
USE_BINUTILS= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MFSMONITOR}
|
.if ${PORT_OPTIONS:MFSMONITOR}
|
||||||
ALL_TARGET+= fsmonitor
|
ALL_TARGET+= fsmonitor
|
||||||
.endif
|
.endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue