diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-08-13 07:04:08 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-08-13 07:04:08 +0000 |
commit | 6e77d53d8972c065b1a6ec945add5937f3d27d0a (patch) | |
tree | d3a402aaf3b11d78788798c013bc017a6ce2774d /app-office/libreoffice/files | |
parent | ppc/ppc64 stable wrt #377623 (diff) | |
download | historical-6e77d53d8972c065b1a6ec945add5937f3d27d0a.tar.gz historical-6e77d53d8972c065b1a6ec945add5937f3d27d0a.tar.bz2 historical-6e77d53d8972c065b1a6ec945add5937f3d27d0a.zip |
Fix bool check on AVX patch.
Package-Manager: portage-2.2.0_alpha50/cvs/Linux x86_64
Diffstat (limited to 'app-office/libreoffice/files')
-rw-r--r-- | app-office/libreoffice/files/libreoffice-append-no-avx.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/libreoffice/files/libreoffice-append-no-avx.patch b/app-office/libreoffice/files/libreoffice-append-no-avx.patch index 76e3c3941db3..18563055f44b 100644 --- a/app-office/libreoffice/files/libreoffice-append-no-avx.patch +++ b/app-office/libreoffice/files/libreoffice-append-no-avx.patch @@ -19,7 +19,7 @@ index beedf9d..609e09a 100644 +# In case the compiler supports AVX this code segfaults so specifically turn +# it off. -+.IF "$(HAVE_GCC_AVX)" == "YES" ++.IF "$(HAVE_GCC_AVX)" == "TRUE" + CFLAGSCXX+= -mno-avx +.ENDIF + @@ -36,7 +36,7 @@ index dd35432..e519105 100644 +# In case the compiler supports AVX this code segfaults so specifically turn +# it off. -+.IF "$(HAVE_GCC_AVX)" == "YES" ++.IF "$(HAVE_GCC_AVX)" == "TRUE" + CFLAGSCXX+= -mno-avx +.ENDIF + @@ -53,7 +53,7 @@ index 2c7a8da..d2b0809 100644 +# In case the compiler supports AVX this code segfaults so specifically turn +# it off. -+.IF "$(HAVE_GCC_AVX)" == "YES" ++.IF "$(HAVE_GCC_AVX)" == "TRUE" + CFLAGSCXX+= -mno-avx +.ENDIF + |