Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/filesystems/libblkid/files/patch-meson.build
16461 views
1
--- meson.build.orig 2025-06-24 07:55:28 UTC
2
+++ meson.build
3
@@ -861,7 +861,7 @@ conf.set('HAVE_DECL_VMADDR_CID_LOCAL', have ? 1 : fals
4
prefix : '#include <sys/socket.h>')
5
conf.set('HAVE_DECL_VMADDR_CID_LOCAL', have ? 1 : false)
6
7
-build_plymouth_support = (not build_plymouth_support.disabled() and
8
+build_plymouth_support = (not build_plymouth_support.disabled() and
9
have_tiocglcktrmios and
10
have_sock_cloexec and
11
have_sock_nonblock and
12
@@ -1868,14 +1868,7 @@ endif
13
bashcompletions += ['zramctl']
14
endif
15
16
-exe = executable(
17
- 'prlimit',
18
- prlimit_sources,
19
- include_directories : includes,
20
- link_with : [lib_common,
21
- lib_smartcols],
22
- install_dir : usrbin_exec_dir,
23
- install : true)
24
+exe = disabler()
25
if not is_disabler(exe)
26
exes += exe
27
manadocs += prlimit_manadocs
28
@@ -1991,15 +1984,7 @@ endif
29
bashcompletions += ['swapoff']
30
endif
31
32
-exe = executable(
33
- 'lscpu',
34
- lscpu_sources,
35
- include_directories : includes,
36
- link_with : [lib_common,
37
- lib_smartcols],
38
- dependencies : [rtas_libs],
39
- install_dir : usrbin_exec_dir,
40
- install : true)
41
+exe = disabler()
42
if not is_disabler(exe)
43
exes += exe
44
manadocs += lscpu_manadocs
45
@@ -2021,13 +2006,7 @@ endif
46
bashcompletions += ['chcpu']
47
endif
48
49
-exe = executable(
50
- 'wdctl',
51
- wdctl_sources,
52
- include_directories : includes,
53
- link_with : [lib_common,
54
- lib_smartcols],
55
- install : true)
56
+exe = disabler()
57
if not is_disabler(exe)
58
exes += exe
59
manadocs += wdctl_manadocs
60
@@ -4024,7 +4003,6 @@ run_target(
61
depends : exes)
62
63
64
-manadocs += lib_tcolors_manadocs
65
if build_libblkid
66
manadocs += lib_blkid_manadocs
67
endif
68
69