Date: Thu, 15 Mar 2018 15:21:33 +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: r464594 - head/graphics/libyuv Message-ID: <201803151521.w2FFLXYk038624@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Mar 15 15:21:33 2018 New Revision: 464594 URL: https://svnweb.freebsd.org/changeset/ports/464594 Log: Mark broken on armv7 the same was as on aarch64. Oddly, it seems to build on armv6. Pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/graphics/libyuv/Makefile Modified: head/graphics/libyuv/Makefile ============================================================================== --- head/graphics/libyuv/Makefile Thu Mar 15 15:17:51 2018 (r464593) +++ head/graphics/libyuv/Makefile Thu Mar 15 15:21:33 2018 (r464594) @@ -11,10 +11,11 @@ COMMENT= Library for freeswitch yuv graphics manipulat LICENSE= BSD3CLAUSE +BROKEN_aarch64= Fails to compile: undefined reference to SplitUVRow_NEON +BROKEN_armv7= Fails to compile: undefined reference to SplitUVRow_NEON + MAKE_JOBS_UNSAFE= yes CXXFLAGS+= -fPIC USE_LDCONFIG= yes - -BROKEN_aarch64= Fails to compile: undefined reference to SplitUVRow_NEON .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803151521.w2FFLXYk038624>