multimedia/libxine: fix build on aarch64
aarch64 requires binutils: configure: error: no acceptable as found in $PATH
This commit is contained in:
@@ -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||' \
|
||||
|
||||
Reference in New Issue
Block a user