Date: Fri, 12 Feb 2010 18:51:28 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r266 - branches/experimental/www/firefox3-devel/files Message-ID: <201002121851.o1CIpSIr026239@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002121851.o1CIpSIr026239>