summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/zathura/files/zathura-9999-disable-seccomp-tests.patch')
-rw-r--r--app-text/zathura/files/zathura-9999-disable-seccomp-tests.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-text/zathura/files/zathura-9999-disable-seccomp-tests.patch b/app-text/zathura/files/zathura-9999-disable-seccomp-tests.patch
deleted file mode 100644
index 09947eb722b4..000000000000
--- a/app-text/zathura/files/zathura-9999-disable-seccomp-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/tests/meson.build b/tests/meson.build
-index 10531a5..1c79e29 100644
---- a/tests/meson.build
-+++ b/tests/meson.build
-@@ -54,17 +54,5 @@ if check.found()
- args: xvfb_args + [session],
- timeout: 60*60
- )
--
-- if seccomp.found()
-- sandbox = executable('test_sandbox', ['test_sandbox.c', 'tests.c'],
-- dependencies: build_dependencies + test_dependencies,
-- include_directories: include_directories,
-- c_args: defines + flags
-- )
-- test('sandbox', xvfb,
-- args: xvfb_args + [sandbox],
-- timeout: 60*60
-- )
-- endif
- endif
- endif