9cd6a39c3e
Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. This package tracks 38 ESR.
13 lines
413 B
Text
13 lines
413 B
Text
$NetBSD: patch-ipc_chromium_Makefile.in,v 1.1 2015/07/09 14:13:52 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)
|