ports/sysutils/fusefs-libs3/files/extra-patch-test_meson.build
Stefan Eßer 1497b78ecb sysutils/fusefs-libs3: update to version 3.10.5
The test_syscalls command uses O_PATH and cannot be built on FreeBSD
versions before 14-CURRENT as of 6 May 2021 (OSVERSION 1400014).
2021-09-06 22:10:14 +02:00

15 lines
664 B
Text

--- test/meson.build.orig 2021-09-06 12:45:29 UTC
+++ test/meson.build
@@ -7,9 +7,9 @@ foreach prog: [ 'test_write_cache', 'test_setattr' ]
dependencies: thread_dep,
install: false)
endforeach
-td += executable('test_syscalls', 'test_syscalls.c',
- include_directories: include_dirs,
- install: false)
+#td += executable('test_syscalls', 'test_syscalls.c',
+# include_directories: include_dirs,
+# install: false)
td += executable('readdir_inode', 'readdir_inode.c',
include_directories: include_dirs,
install: false)