[SVN-Commit] r441 - branches/experimental/mail/thunderbird-devel/files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Thu Nov 25 20:25:19 UTC 2010


Author: andreast
Date: Thu Nov 25 20:25:12 2010
New Revision: 441

Log:
Fix compilation on amd64. Same as in Firefox.

Added:
   branches/experimental/mail/thunderbird-devel/files/patch-mozilla-gfx-qcms-Makefile.in   (contents, props changed)

Added: branches/experimental/mail/thunderbird-devel/files/patch-mozilla-gfx-qcms-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/mail/thunderbird-devel/files/patch-mozilla-gfx-qcms-Makefile.in	Thu Nov 25 20:25:12 2010	(r441)
@@ -0,0 +1,14 @@
+--- mozilla/gfx/qcms/Makefile.in.orig	2010-11-25 20:10:32.000000000 +0100
++++ mozilla/gfx/qcms/Makefile.in	2010-11-25 20:10:06.000000000 +0100
+@@ -44,6 +44,11 @@
+ endif
+ endif
+ endif
++ifeq ($(OS_TEST),amd64)
++	CSRCS += transform-sse2.c transform-sse1.c
++	SSE1_FLAGS=-msse
++	SSE2_FLAGS=-msse2
++endif
+ 
+ FORCE_STATIC_LIB = 1
+ # This library is used by other shared libs


More information about the freebsd-gecko mailing list