blob: 8f654d2e36bdf300986c1df07842052e7ccdf926 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$OpenBSD$
Don't run fc-cache !
Index: fc-cache/meson.build
--- fc-cache/meson.build.orig
+++ fc-cache/meson.build
@@ -8,6 +8,6 @@ fccache = executable('fc-cache', ['fc-cache.c', fcstdi
tools_man_pages += ['fc-cache']
# Do not try to execute target's fc-cache on host when cross compiling
-if not meson.is_cross_build()
- meson.add_install_script(fccache, '-s', '-f', '-v')
-endif
+#if not meson.is_cross_build()
+# meson.add_install_script(fccache, '-s', '-f', '-v')
+#endif
|