Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2012 06:51:14 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r919 - in branches/experimental: mail/thunderbird/files www/seamonkey/files
Message-ID:  <201208090651.q796pEtp040593@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Aug  9 06:51:14 2012
New Revision: 919

Log:
missed file (in r917)

Added:
   branches/experimental/mail/thunderbird/files/patch-gfx-skia-Makefile.in
   branches/experimental/www/seamonkey/files/patch-gfx-skia-Makefile.in

Added: branches/experimental/mail/thunderbird/files/patch-gfx-skia-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/mail/thunderbird/files/patch-gfx-skia-Makefile.in	Thu Aug  9 06:51:14 2012	(r919)
@@ -0,0 +1,11 @@
+--- mozilla/gfx/skia/Makefile.in~
++++ mozilla/gfx/skia/Makefile.in
+@@ -339,7 +339,7 @@ CPPSRCS += \
+ 	SkMMapStream.cpp \
+ 	SkOSFile.cpp \
+ 	$(NULL)
+-ifeq (Linux,$(OS_TARGET))
++ifneq (,$(MOZ_X11))
+ CPPSRCS += \
+ 	SkFontHost_linux.cpp \
+ 	SkFontHost_tables.cpp \

Added: branches/experimental/www/seamonkey/files/patch-gfx-skia-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/seamonkey/files/patch-gfx-skia-Makefile.in	Thu Aug  9 06:51:14 2012	(r919)
@@ -0,0 +1,11 @@
+--- mozilla/gfx/skia/Makefile.in~
++++ mozilla/gfx/skia/Makefile.in
+@@ -339,7 +339,7 @@ CPPSRCS += \
+ 	SkMMapStream.cpp \
+ 	SkOSFile.cpp \
+ 	$(NULL)
+-ifeq (Linux,$(OS_TARGET))
++ifneq (,$(MOZ_X11))
+ CPPSRCS += \
+ 	SkFontHost_linux.cpp \
+ 	SkFontHost_tables.cpp \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208090651.q796pEtp040593>