diff options
author | Alexander Shursha <kekek2@ya.ru> | 2024-12-19 10:34:06 +0300 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-06-30 16:48:23 +0200 |
commit | 96f0ac0d877ab5f0b4c48fceb84b2ea9c29927b9 (patch) | |
tree | f4f7ad7908c690ca338f7a94045481590fb62a2c /filesystems/libblkid/files/patch-meson.build | |
parent | misc/libuuid: Add new port (diff) |
filesystems/libblkid: Add new port
Diffstat (limited to 'filesystems/libblkid/files/patch-meson.build')
-rw-r--r-- | filesystems/libblkid/files/patch-meson.build | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/filesystems/libblkid/files/patch-meson.build b/filesystems/libblkid/files/patch-meson.build new file mode 100644 index 000000000000..757fff747c84 --- /dev/null +++ b/filesystems/libblkid/files/patch-meson.build @@ -0,0 +1,59 @@ +--- meson.build.orig 2025-03-18 12:50:51 UTC ++++ meson.build +@@ -861,7 +861,7 @@ conf.set('HAVE_DECL_VMADDR_CID_LOCAL', have ? 1 : fals + prefix : '#include <sys/socket.h>') + conf.set('HAVE_DECL_VMADDR_CID_LOCAL', have ? 1 : false) + +-build_plymouth_support = (not build_plymouth_support.disabled() and ++build_plymouth_support = (not build_plymouth_support.disabled() and + have_tiocglcktrmios and + have_sock_cloexec and + have_sock_nonblock and +@@ -1870,14 +1870,7 @@ endif + bashcompletions += ['zramctl'] + endif + +-exe = executable( +- 'prlimit', +- prlimit_sources, +- include_directories : includes, +- link_with : [lib_common, +- lib_smartcols], +- install_dir : usrbin_exec_dir, +- install : true) ++exe = disabler() + if not is_disabler(exe) + exes += exe + manadocs += prlimit_manadocs +@@ -1993,15 +1986,7 @@ endif + bashcompletions += ['swapoff'] + endif + +-exe = executable( +- 'lscpu', +- lscpu_sources, +- include_directories : includes, +- link_with : [lib_common, +- lib_smartcols], +- dependencies : [rtas_libs], +- install_dir : usrbin_exec_dir, +- install : true) ++exe = disabler() + if not is_disabler(exe) + exes += exe + manadocs += lscpu_manadocs +@@ -2023,13 +2008,7 @@ endif + bashcompletions += ['chcpu'] + endif + +-exe = executable( +- 'wdctl', +- wdctl_sources, +- include_directories : includes, +- link_with : [lib_common, +- lib_smartcols], +- install : true) ++exe = disabler() + if not is_disabler(exe) + exes += exe + manadocs += wdctl_manadocs |