1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

x11/squeekboard: fix syntax highlighting after r537035

Emacs 28 painted everything after ` as quoted because ` wasn't terminated.
This commit is contained in:
Jan Beich 2020-08-11 05:21:49 +00:00
parent bfd9a0c084
commit 97d3eae1d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544666

View File

@ -12,7 +12,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_FreeBSD_11= requires getrandom() 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_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 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 BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols