Date: Sun, 15 Nov 2020 13:16:55 +0000 (UTC) From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555210 - head/multimedia/libxine Message-ID: <202011151316.0AFDGtgw025576@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mikael Date: Sun Nov 15 13:16:54 2020 New Revision: 555210 URL: https://svnweb.freebsd.org/changeset/ports/555210 Log: multimedia/libxine: fix build on aarch64 aarch64 requires binutils: configure: error: no acceptable as found in $PATH Modified: head/multimedia/libxine/Makefile Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Sun Nov 15 13:11:47 2020 (r555209) +++ head/multimedia/libxine/Makefile Sun Nov 15 13:16:54 2020 (r555210) @@ -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||' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011151316.0AFDGtgw025576>