mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
MFH: 2017Q2 Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html
12 lines
386 B
Text
12 lines
386 B
Text
--- base/third_party/libevent/BUILD.gn.orig 2017-04-19 19:06:28 UTC
|
|
+++ base/third_party/libevent/BUILD.gn
|
|
@@ -50,6 +50,9 @@ static_library("libevent") {
|
|
"linux/event-config.h",
|
|
]
|
|
include_dirs = [ "linux" ]
|
|
+ } else if (is_bsd) {
|
|
+ sources += [ "kqueue.c" ]
|
|
+ include_dirs = [ "freebsd" ]
|
|
} else if (is_android) {
|
|
sources += [
|
|
"android/config.h",
|