mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
clang 3.3 merge) PR: ports/179034 [1] Submitted by: Jan Beich <jbeich@tormail.org>, Nikolai Lifanov <lifanov@mail.lifanov.com> [1]
14 lines
318 B
Text
14 lines
318 B
Text
--- 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
|