Date: Tue, 8 Nov 2016 08:47:50 +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: r425711 - head/graphics/copperspice Message-ID: <201611080847.uA88loUA005504@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Nov 8 08:47:49 2016 New Revision: 425711 URL: https://svnweb.freebsd.org/changeset/ports/425711 Log: Mark as broken on arm64. Modified: head/graphics/copperspice/Makefile Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Tue Nov 8 08:45:39 2016 (r425710) +++ head/graphics/copperspice/Makefile Tue Nov 8 08:47:49 2016 (r425711) @@ -46,6 +46,7 @@ MAKE_ARGS= ${OVERRIDE_INS} PLIST_SUB= LONG_VER=1.3 BROKEN_FreeBSD_9= PR 193528 (c++11 support is broken) +BROKEN_arm64= Fails to build: Unable to detect architecture, please update BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\ cannot be narrowed from type 'unsigned int' to 'long'\ in initializer list [-Wc++11-narrowing]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080847.uA88loUA005504>