aboutsummaryrefslogtreecommitdiff
path: root/x11/squeekboard
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-05-30 03:25:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-05-30 03:25:00 +0000
commitc2ab87d5619ebac7a996800ae12305d88144ee2a (patch)
tree87219c6c86473c3cd5de3c44f5e838946383513f /x11/squeekboard
parentd61a7e9523a86f4390971668fdd9a1693fc26d5d (diff)
downloadports-c2ab87d5619ebac7a996800ae12305d88144ee2a.tar.gz
ports-c2ab87d5619ebac7a996800ae12305d88144ee2a.zip
Mark as BROKEN on powerpc64: can't find symbol eekboard_context_service_get_overlay.
The port builds everywhere else. Note: the error is trivially different on gcc and clang. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=537035
Diffstat (limited to 'x11/squeekboard')
-rw-r--r--x11/squeekboard/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile
index adb2b7d640aa..cc617e196a75 100644
--- a/x11/squeekboard/Makefile
+++ b/x11/squeekboard/Makefile
@@ -12,6 +12,8 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_FreeBSD_11= requires getrandom()
+BROKEN_FreeBSD_12_powerpc64= fails to compile: rs.e2mg9us3-cgu.14:(.text.imservice_handle_commit_state+0x228): undefined reference to `eekboard_context_service_show_keyboard'
+BROKEN_FreeBSD_13_powerpc64= fails to link: ld: error: undefined symbol: eekboard_context_service_get_overlay
BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland \