diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2011-12-27 22:11:01 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2011-12-27 22:11:01 +0000 |
commit | 91677839a26a2f7f7fbd3cf61e91e2983492b226 (patch) | |
tree | 49ed53a6ebbea69db95993d1289ab4bd50c025a1 /mail/thunderbird-esr/files/patch-mozilla-gfx-qcms-Makefile.in | |
parent | - Fix *_DEPENDS (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_9_0_0'.release/9.0.0
Notes
Notes:
svn path=/head/; revision=288120
svn path=/tags/RELEASE_9_0_0/; revision=288121; tag=release/9.0.0
Diffstat (limited to 'mail/thunderbird-esr/files/patch-mozilla-gfx-qcms-Makefile.in')
-rw-r--r-- | mail/thunderbird-esr/files/patch-mozilla-gfx-qcms-Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/thunderbird-esr/files/patch-mozilla-gfx-qcms-Makefile.in b/mail/thunderbird-esr/files/patch-mozilla-gfx-qcms-Makefile.in deleted file mode 100644 index bad2cf563256..000000000000 --- a/mail/thunderbird-esr/files/patch-mozilla-gfx-qcms-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 |