forked from Lainports/freebsd-ports
multimedia/libxine: fix build on aarch64
aarch64 requires binutils: configure: error: no acceptable as found in $PATH
This commit is contained in:
parent
b65a01d1d4
commit
726efea234
1 changed files with 4 additions and 0 deletions
|
|
@ -130,6 +130,10 @@ XVMC_CONFIGURE_ENABLE= xvmc
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == aarch64
|
||||
BUILD_DEPENDS+= as:devel/binutils
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if ${COMPILER_TYPE} == "clang"
|
||||
@${REINPLACE_CMD} -e 's|-fno-rename-registers||' \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue