mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
cd8d0f3e03
- This is in preparation for the upcoming editors/atom update - devel/electron4 will be kept because I'm planning to port an app depending on it Approved by: ehaupt (mentor)
16 lines
462 B
Plaintext
16 lines
462 B
Plaintext
--- content/common/BUILD.gn.orig 2019-04-08 08:32:54 UTC
|
|
+++ content/common/BUILD.gn
|
|
@@ -382,6 +382,12 @@ source_set("common") {
|
|
libs += [ "android" ]
|
|
}
|
|
|
|
+ if (is_bsd) {
|
|
+ sources -= [
|
|
+ "sandbox_init_linux.cc",
|
|
+ ]
|
|
+ }
|
|
+
|
|
if (is_debug && !is_component_build && enable_plugins) {
|
|
# Content depends on the PPAPI message logging stuff; if this isn't here,
|
|
# some unit test binaries won't compile. This only worked in release mode
|