pkgsrc-ng/www/firefox31/patches/patch-ipc_chromium_Makefile.in
2016-01-21 23:40:00 +01:00

14 lines
413 B
Plaintext

$NetBSD: patch-ipc_chromium_Makefile.in,v 1.1 2014/11/03 12:18:32 ryoon Exp $
--- ipc/chromium/Makefile.in.orig 2014-05-29 23:30:52.000000000 +0000
+++ 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)