diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-content_common_BUILD_gn')
| -rw-r--r-- | www/chromium-uc/patches/patch-content_common_BUILD_gn | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/chromium-uc/patches/patch-content_common_BUILD_gn b/www/chromium-uc/patches/patch-content_common_BUILD_gn deleted file mode 100644 index 0004d3a..0000000 --- a/www/chromium-uc/patches/patch-content_common_BUILD_gn +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | $OpenBSD: patch-content_common_BUILD_gn,v 1.26 2021/11/16 11:28:46 robert Exp $ | ||
| 2 | |||
| 3 | Index: content/common/BUILD.gn | ||
| 4 | --- content/common/BUILD.gn.orig | ||
| 5 | +++ content/common/BUILD.gn | ||
| 6 | @@ -409,6 +409,9 @@ if (is_linux || is_chromeos) { | ||
| 7 | public = [ "set_process_title_linux.h" ] | ||
| 8 | sources = [ "set_process_title_linux.cc" ] | ||
| 9 | deps = [ "//base" ] | ||
| 10 | + if (is_openbsd) { | ||
| 11 | + sources -= [ "set_process_title_linux.cc" ] | ||
| 12 | + } | ||
| 13 | } | ||
| 14 | } | ||
| 15 | |||
