summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJesper Schmitz Mouridsen <jsm@FreeBSD.org>2018-07-07 19:36:04 +0000
committerJesper Schmitz Mouridsen <jsm@FreeBSD.org>2018-07-07 19:36:04 +0000
commit3ab0cf60ef5d9491b1e334f5f239c5cbb9b4c639 (patch)
tree8ea83afea0ad6bdfb6a7c2763cc2d8ecb19a4502 /x11-toolkits
parentUpdate devel/elixir-crontab to version 1.1.3. (diff)
x11-toolkits/qtermwidget is not broken on armv6 armv7 or aarch64
PR: 229455 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16173
Notes
Notes: svn path=/head/; revision=474130
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qtermwidget/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-toolkits/qtermwidget/Makefile b/x11-toolkits/qtermwidget/Makefile
index d9d030165feb..c933434395f4 100644
--- a/x11-toolkits/qtermwidget/Makefile
+++ b/x11-toolkits/qtermwidget/Makefile
@@ -11,14 +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 qt:5 tar:xz
USE_LDCONFIG= yes
USE_QT= buildtools_build core gui qmake_build linguisttools widgets
USE_LXQT= buildtools
-CMAKE_ARGS+= -DQTERMWIDGET_USE_UTEMPTER=ON
+CMAKE_ARGS+= -DQTERMWIDGET_USE_UTEMPTER=ON
.include <bsd.port.mk>