ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / mail / thunderbird / patches / ipc_chromium_moz.build.patch
blobeb5ac7dac9d51d9592e52093f5474e9be134bc66
1 add flags for find libevent header files not in standard include path
3 diff --git a/ipc/chromium/moz.build b/ipc/chromium/moz.build
4 index d29817b..70252e6 100644
5 --- a/ipc/chromium/moz.build
6 +++ b/ipc/chromium/moz.build
7 @@ -118,6 +118,9 @@ if os_solaris:
9 CXXFLAGS += CONFIG['TK_CFLAGS']
11 +if CONFIG['MOZ_SYSTEM_LIBEVENT']:
12 + CXXFLAGS += CONFIG['MOZ_LIBEVENT_CFLAGS']
14 TEST_DIRS += [
15 "gtest",