mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
- update firefox-esr, thunderbird, linux-firefox, linux-thunderbird to 17.0.3 - update linux-seamonkey to 2.16 - update nspr to 4.9.5 - update nss to 3.14.3 - add DuckDuckGo search plugin to firefox [1] - mark kompozer deprecated - clang fixes for www/libxul19 [2] Security: http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html Submitted by: DuckDuckGo [1], dim [2] In collaboration with: Jan Beich <jbeich@tormail.org>
11 lines
347 B
C++
11 lines
347 B
C++
--- ipc/chromium/src/base/message_pump_libevent.cc~
|
|
+++ ipc/chromium/src/base/message_pump_libevent.cc
|
|
@@ -16,7 +16,7 @@
|
|
#include "base/scoped_ptr.h"
|
|
#include "base/time.h"
|
|
#include "nsDependentSubstring.h"
|
|
-#include "third_party/libevent/event.h"
|
|
+#include "event.h"
|
|
|
|
// Lifecycle of struct event
|
|
// Libevent uses two main data structures:
|