Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2017 06:48:25 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456777 - head/x11-toolkits/mygui
Message-ID:  <201712200648.vBK6mPZT066703@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Dec 20 06:48:25 2017
New Revision: 456777
URL: https://svnweb.freebsd.org/changeset/ports/456777

Log:
  x11-toolkits/mygui: lift BROKEN after r456766

Modified:
  head/x11-toolkits/mygui/Makefile   (contents, props changed)

Modified: head/x11-toolkits/mygui/Makefile
==============================================================================
--- head/x11-toolkits/mygui/Makefile	Wed Dec 20 03:46:08 2017	(r456776)
+++ head/x11-toolkits/mygui/Makefile	Wed Dec 20 06:48:25 2017	(r456777)
@@ -21,9 +21,6 @@ BUILD_WRKSRC=	${WRKSRC}/${MYGUI_SUBDIR}
 INSTALL_WRKSRC=	${WRKSRC}/${MYGUI_SUBDIR}
 .endif
 
-BROKEN_aarch64=		fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string<char> *' with an rvalue of type 'int'
-BROKEN_armv6=		fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string<char> *' with an rvalue of type 'int'
-BROKEN_armv7=		fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string<char> *' with an rvalue of type 'int'
 BROKEN_powerpc64=	fails to build
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712200648.vBK6mPZT066703>