diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-12-20 14:48:25 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-12-20 14:48:25 +0800 |
commit | 870b40032919a24b0af5ef019398d077daeb8c21 (patch) | |
tree | 64f872ab261c292832bf48c68761ba58c1b35630 /x11-toolkits/mygui | |
parent | 06e2f0e1282a1e0faa5d388107fcc9435dcf68df (diff) | |
download | freebsd-ports-gnome-870b40032919a24b0af5ef019398d077daeb8c21.tar.gz freebsd-ports-gnome-870b40032919a24b0af5ef019398d077daeb8c21.tar.zst freebsd-ports-gnome-870b40032919a24b0af5ef019398d077daeb8c21.zip |
x11-toolkits/mygui: lift BROKEN after r456766
Diffstat (limited to 'x11-toolkits/mygui')
-rw-r--r-- | x11-toolkits/mygui/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11-toolkits/mygui/Makefile b/x11-toolkits/mygui/Makefile index cae5a18bd470..3ed8d2358cd7 100644 --- a/x11-toolkits/mygui/Makefile +++ b/x11-toolkits/mygui/Makefile @@ -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 |