Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2012 21:05:44 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r834 - branches/experimental/www/firefox-nightly/files
Message-ID:  <201207022105.q62L5iYD014423@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help

Author: jbeich
Date: Mon Jul  2 21:05:44 2012
New Revision: 834

Log:
build skia for cairo-qt, too

Added:
   branches/experimental/www/firefox-nightly/files/patch-gfx-skia-Makefile.in

Added: branches/experimental/www/firefox-nightly/files/patch-gfx-skia-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox-nightly/files/patch-gfx-skia-Makefile.in	Mon Jul  2 21:05:44 2012	(r834)
@@ -0,0 +1,11 @@
+--- gfx/skia/Makefile.in~
++++ 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?201207022105.q62L5iYD014423>