git: 7f6ce8fa2bc3 - main - graphics/zathura: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Mar 2023 08:29:28 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f6ce8fa2bc39bf77d5fc99a0967f9187464febb commit 7f6ce8fa2bc39bf77d5fc99a0967f9187464febb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-28 08:07:04 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-28 08:28:16 +0000 graphics/zathura: unbreak with --auto-features=enabled meson.build:81:0: ERROR: Dependency "libseccomp" not found, tried pkgconfig data/meson.build:47:0: ERROR: Program 'appstream-util' not found or not executable PR: 270361 Reported by: antoine (via exp-run) --- graphics/zathura/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index d1b494d8476a..c41c9b8f7ee2 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ USES= compiler:c11 desktop-file-utils gettext-tools:build gnome meson \ ninja pkgconfig python:3.6+ USE_GNOME= gdkpixbuf2 glib20 gtk30 +MESON_ARGS= -Dseccomp=disabled -Dtests=disabled OPTIONS_DEFINE= SQLITE SYNCTEX OPTIONS_DEFAULT= SQLITE SYNCTEX