mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
- add DuckDuckGo search plugin [1] Security: http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html Submitted by: DuckDuckGo [1] In collaboration with: Jan Beich <jbeich@tormail.org>
13 lines
408 B
Text
13 lines
408 B
Text
--- mozilla/ipc/chromium/Makefile.in~
|
|
+++ mozilla/ipc/chromium/Makefile.in
|
|
@@ -55,9 +60,7 @@ vpath %.c \
|
|
$(srcdir)/src/third_party/libevent \
|
|
$(NULL)
|
|
else # } else {
|
|
-# message_pump_libevent.cc includes third_party/libevent/event.h,
|
|
-# which we put in $(DIST), see export rule below
|
|
-LOCAL_INCLUDES += -I$(DIST)
|
|
+LOCAL_INCLUDES += $(filter %/compat, $(MOZ_LIBEVENT_CFLAGS))
|
|
endif # }
|
|
|
|
vpath %.cc \
|