mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
![Florian Smeets](/assets/img/avatar_default.png)
- Update seamonkey to 2.14 - Update ESR ports and libxul to 10.0.11 - support more h264 codecs when using GSTREAMER with YouTube - Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1] - Buildsystem is not python 3 aware, use python up to 2.7 [2] PR: ports/173679 [1] Submitted by: swills [1], demon [2] In collaboration with: Jan Beich <jbeich@tormail.org> Security: d23119df-335d-11e2-b64c-c8600054b392 Approved by: portmgr (beat) Feature safe: yes
15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
--- gfx/skia/Makefile.in~
|
|
+++ gfx/skia/Makefile.in
|
|
@@ -339,10 +339,9 @@ CPPSRCS += \
|
|
SkMMapStream.cpp \
|
|
SkOSFile.cpp \
|
|
$(NULL)
|
|
-ifeq (Linux,$(OS_TARGET))
|
|
+ifneq (,$(or $(MOZ_X11),$(filter Linux,$(OS_TARGET))))
|
|
CPPSRCS += \
|
|
SkFontHost_linux.cpp \
|
|
- SkFontHost_tables.cpp \
|
|
SkTime_Unix.cpp \
|
|
$(NULL)
|
|
endif
|