pkgsrc-ng/security/tor-browser/patches/patch-ipc_chromium_Makefile.in
2016-11-18 22:39:22 +01:00

14 lines
413 B
Plaintext

$NetBSD: patch-ipc_chromium_Makefile.in,v 1.1 2016/02/14 07:30:54 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)