Date: Fri, 28 Feb 2020 02:50:08 +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: r527317 - head/graphics/pixie Message-ID: <202002280250.01S2o82i098385@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Feb 28 02:50:08 2020 New Revision: 527317 URL: https://svnweb.freebsd.org/changeset/ports/527317 Log: Limit BROKEN on powerpc64 to elfv1 (e.g. GCC). While here, delete stale sparc64 line. Modified: head/graphics/pixie/Makefile Modified: head/graphics/pixie/Makefile ============================================================================== --- head/graphics/pixie/Makefile Fri Feb 28 02:47:17 2020 (r527316) +++ head/graphics/pixie/Makefile Fri Feb 28 02:50:08 2020 (r527317) @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= fails to compile: use of undeclared identifier CRenderer BROKEN_armv6= fails to compile: use of undeclared identifier CRenderer BROKEN_armv7= fails to compile: use of undeclared identifier CRenderer -BROKEN_powerpc64= fails to compile: ../common/mathSpec.h:548:37: error: 'max' was not declared in this scope -BROKEN_sparc64= fails to compile +BROKEN_FreeBSD_11_powerpc64= fails to compile on powerpc64 elfv1: ../common/mathSpec.h:548:37: error: 'max' was not declared in this scope +BROKEN_FreeBSD_12_powerpc64= fails to compile on powerpc64 elfv1: ../common/mathSpec.h:548:37: error: 'max' was not declared in this scope LIB_DEPENDS= libIlmImf.so:graphics/openexr \ libtiff.so:graphics/tiff \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002280250.01S2o82i098385>