blob: fc5808594fb4817f53fdca4b522c99ef7daf5f72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ipc/chromium/Makefile.in~
+++ ipc/chromium/Makefile.in
@@ -28,6 +28,8 @@ include $(topsrcdir)/config/rules.mk
ifdef MOZ_NATIVE_LIBEVENT # {
+OS_CPPFLAGS += $(filter %/compat, $(MOZ_LIBEVENT_CFLAGS))
+
export-preqs = \
$(call mkdir_deps,$(CURDIR)/third_party/libevent) \
$(NULL)
|