diff options
Diffstat (limited to 'www/firefox/patches/patch-gfx_skia_Makefile.in')
-rw-r--r-- | www/firefox/patches/patch-gfx_skia_Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-gfx_skia_Makefile.in b/www/firefox/patches/patch-gfx_skia_Makefile.in new file mode 100644 index 00000000000..57738e8e543 --- /dev/null +++ b/www/firefox/patches/patch-gfx_skia_Makefile.in @@ -0,0 +1,16 @@ +$NetBSD: patch-gfx_skia_Makefile.in,v 1.1 2013/05/23 13:12:13 ryoon Exp $ + +--- gfx/skia/Makefile.in.orig 2013-01-04 23:44:33.000000000 +0000 ++++ gfx/skia/Makefile.in +@@ -355,10 +355,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 |