mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +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>
14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
--- 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 \
|