[SVN-Commit] r266 - branches/experimental/www/firefox3-devel/files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Feb 12 18:51:35 UTC 2010


Author: andreast
Date: Fri Feb 12 18:51:28 2010
New Revision: 266

Log:
Fix amd64 build.

Added:
   branches/experimental/www/firefox3-devel/files/patch-gfx-qcms-Makefile.in

Added: branches/experimental/www/firefox3-devel/files/patch-gfx-qcms-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox3-devel/files/patch-gfx-qcms-Makefile.in	Fri Feb 12 18:51:28 2010	(r266)
@@ -0,0 +1,14 @@
+--- gfx/qcms/Makefile.in.orig	2010-02-11 23:24:58.000000000 +0100
++++ gfx/qcms/Makefile.in	2010-02-11 23:25:20.000000000 +0100
+@@ -41,6 +41,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