Date: Tue, 15 Nov 2016 07:10:32 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426147 - head/multimedia/openh264 Message-ID: <201611150710.uAF7AWNn022336@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Nov 15 07:10:32 2016 New Revision: 426147 URL: https://svnweb.freebsd.org/changeset/ports/426147 Log: Mark broken on aarch64. If I understand the code correctly, there is a problem with the MAKE_ARGS logic. Approved by: portmgr (tier-2 blanket) Modified: head/multimedia/openh264/Makefile Modified: head/multimedia/openh264/Makefile ============================================================================== --- head/multimedia/openh264/Makefile Tue Nov 15 06:51:38 2016 (r426146) +++ head/multimedia/openh264/Makefile Tue Nov 15 07:10:32 2016 (r426147) @@ -27,6 +27,8 @@ MAKE_ARGS= PREFIX="${PREFIX}" \ CFLAGS_OPT="" CFLAGS_DEBUG="" ALL_TARGET= all +BROKEN_aarch64= Fails to compile: cc: error: unable to execute command: Executable as does not exist + OPTIONS_DEFINE= DEBUG PLUGINS TEST OPTIONS_DEFAULT=PLUGINS OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611150710.uAF7AWNn022336>