ports/www/chromium/files/patch-base_third__party_libevent_BUILD.gn
Carlos J. Puga Medina 47e1e0949d www/chromium: update to 60.0.3112.101
- Update LICENSE
- Drop USE_GNOME=gtk20 dependency because chromium uses gtk3
- Use freetype2 bundled to avoid more issues related to the freetype library
- Fix typo in the comment of pre-configure section
- Update comment in SNDIO section

Changelog: https://chromium.googlesource.com/chromium/src/+log/59.0.3071.115..60.0.3112.101?pretty=fuller&n=10000

MFH:		2017Q3
Security:	https://vuxml.freebsd.org/freebsd/7d138476-7710-11e7-88a1-e8e0b747a45a.html
2017-08-23 20:37:16 +00:00

16 lines
480 B
Text

--- base/third_party/libevent/BUILD.gn.orig 2017-08-03 00:05:03.000000000 +0200
+++ base/third_party/libevent/BUILD.gn 2017-08-03 14:47:35.196280000 +0200
@@ -50,6 +50,13 @@
"linux/event-config.h",
]
include_dirs = [ "linux" ]
+ } else if (is_bsd) {
+ sources += [
+ "kqueue.c",
+ "freebsd/config.h",
+ "freebsd/event-config.h",
+ ]
+ include_dirs = [ "freebsd" ]
} else if (is_android) {
sources += [
"android/config.h",