svn commit: r456777 - head/x11-toolkits/mygui

Jan Beich jbeich at FreeBSD.org
Wed Dec 20 06:48:26 UTC 2017


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


More information about the svn-ports-head mailing list