forked from Lainports/freebsd-ports
net/unison251: fix build on powerpc
This commit is contained in:
parent
73add20eaa
commit
2e2beebcb0
1 changed files with 6 additions and 0 deletions
|
|
@ -60,6 +60,12 @@ USES+= gettext-runtime gnome
|
|||
PLIST_SUB+= X11=""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
post-patch-FSMONITOR-off:
|
||||
@${REINPLACE_CMD} -e 's/-include fsmonitor/#&/' \
|
||||
${WRKSRC}/Makefile.OCaml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue