summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches/patch-mozilla_gfx_skia_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/patches/patch-mozilla_gfx_skia_Makefile.in')
-rw-r--r--www/seamonkey/patches/patch-mozilla_gfx_skia_Makefile.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/seamonkey/patches/patch-mozilla_gfx_skia_Makefile.in b/www/seamonkey/patches/patch-mozilla_gfx_skia_Makefile.in
deleted file mode 100644
index 411d9c6bef5..00000000000
--- a/www/seamonkey/patches/patch-mozilla_gfx_skia_Makefile.in
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-mozilla_gfx_skia_Makefile.in,v 1.1 2013/01/20 08:33:14 ryoon Exp $
-
---- mozilla/gfx/skia/Makefile.in.orig 2013-01-06 06:26:15.000000000 +0000
-+++ mozilla/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