Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2010 20:25:12 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r441 - branches/experimental/mail/thunderbird-devel/files
Message-ID:  <201011252025.oAPKPCnC025782@trillian.chruetertee.ch>

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

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



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