mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
20 lines
518 B
Text
20 lines
518 B
Text
--- printing/BUILD.gn.orig 2021-07-15 19:13:43 UTC
|
|
+++ printing/BUILD.gn
|
|
@@ -48,7 +48,7 @@ if (use_cups_ipp && is_chromeos_ash) {
|
|
}
|
|
}
|
|
|
|
-if (is_linux || is_chromeos) {
|
|
+if ((is_linux || is_chromeos) && !is_bsd) {
|
|
source_set("printing_sandbox_hook") {
|
|
sources = [
|
|
"sandbox/print_backend_sandbox_hook_linux.cc",
|
|
@@ -297,7 +297,7 @@ component("printing") {
|
|
]
|
|
}
|
|
|
|
- if (is_linux || is_chromeos) {
|
|
+ if ((is_linux || is_chromeos) && !is_bsd) {
|
|
deps += [ ":printing_sandbox_hook" ]
|
|
}
|
|
}
|