diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 08:42:05 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 08:42:05 +0800 |
commit | e8210b4758f3afbc598afa1378b85f04ee1d062c (patch) | |
tree | f9138a3823b570522b524c8e385a453e712c9114 /x11-toolkits | |
parent | e4ce169cc8bc7d8c7e35979de1a35c0b0be50e00 (diff) | |
download | freebsd-ports-gnome-e8210b4758f3afbc598afa1378b85f04ee1d062c.tar.gz freebsd-ports-gnome-e8210b4758f3afbc598afa1378b85f04ee1d062c.tar.zst freebsd-ports-gnome-e8210b4758f3afbc598afa1378b85f04ee1d062c.zip |
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/mygui/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/mygui/Makefile b/x11-toolkits/mygui/Makefile index 74c8324860bd..40b94884fd93 100644 --- a/x11-toolkits/mygui/Makefile +++ b/x11-toolkits/mygui/Makefile @@ -13,8 +13,6 @@ COMMENT?= Fast, simple and flexible GUI system for games and 3D applications LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.MIT -BROKEN_powerpc64= Does not build - .if !defined(MASTERDIR) LIB_DEPENDS= libfreetype.so:print/freetype2 \ libOIS.so:devel/ois @@ -25,6 +23,10 @@ BUILD_WRKSRC= ${WRKSRC}/${MYGUI_SUBDIR} INSTALL_WRKSRC= ${WRKSRC}/${MYGUI_SUBDIR} .endif +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 GH_ACCOUNT= MyGUI |