mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
ec4fcd4b2a
- update seamonkey to 2.21 - update firefox-esr to 17.0.9 - enable GSTREAMER by default for html5 with h264/aac/mp3 - WEBRTC is now always built - add PROFILE and TESTS options Security: 7dfed67b-20aa-11e3-b8d8-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
12 lines
363 B
C++
12 lines
363 B
C++
--- mozilla/ipc/chromium/src/base/message_pump_libevent.cc~
|
|
+++ mozilla/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:
|