diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-22 09:15:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-22 09:15:19 +0800 |
commit | c35b4e29d6d16a32622548a17d38815d59c59d9e (patch) | |
tree | 0c07443b478fb33416592bf0cae1d18b5907dd27 /x11-toolkits/qtermwidget | |
parent | 4fa4a1e28574ef2665f5294de9c34240a7329a66 (diff) | |
download | freebsd-ports-gnome-c35b4e29d6d16a32622548a17d38815d59c59d9e.tar.gz freebsd-ports-gnome-c35b4e29d6d16a32622548a17d38815d59c59d9e.tar.zst freebsd-ports-gnome-c35b4e29d6d16a32622548a17d38815d59c59d9e.zip |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11-toolkits/qtermwidget')
-rw-r--r-- | x11-toolkits/qtermwidget/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qtermwidget/Makefile b/x11-toolkits/qtermwidget/Makefile index 56ab9ca03f62..4a08113ca4f5 100644 --- a/x11-toolkits/qtermwidget/Makefile +++ b/x11-toolkits/qtermwidget/Makefile @@ -11,6 +11,10 @@ COMMENT= Terminal widget for QTerminal LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value +BROKEN_armv6= fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value +BROKEN_armv7= fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value + USES= cmake:outsource compiler:c++11-lang gettext-runtime lxqt \ pkgconfig tar:xz USE_LDCONFIG= yes |