mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
413 B
Plaintext
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)
|