diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-03-17 14:00:02 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-03-17 14:00:02 +0000 |
commit | 9a2a31e863ea7640f74a4af5ee11731d6196c6f4 (patch) | |
tree | b960912101fef13ecafaaafaf047a7235b254854 /lang/icc/files/patch-include::xmmintrin.h | |
parent | Bump PORTREVISION for libusb fix from previous commit. (diff) |
Update to 8.0.058.p061.
This version fixes the stlport test cases (heap corruption due to
inlining and exception handling).
Notes
Notes:
svn path=/head/; revision=104293
Diffstat (limited to 'lang/icc/files/patch-include::xmmintrin.h')
-rw-r--r-- | lang/icc/files/patch-include::xmmintrin.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/icc/files/patch-include::xmmintrin.h b/lang/icc/files/patch-include::xmmintrin.h index a461feb5c6e4..02f5a4324d6a 100644 --- a/lang/icc/files/patch-include::xmmintrin.h +++ b/lang/icc/files/patch-include::xmmintrin.h @@ -1,11 +1,11 @@ ---- include/xmmintrin.h.orig Fri Jan 10 18:47:00 2003 -+++ include/xmmintrin.h Fri Jan 10 18:50:35 2003 +--- include/xmmintrin.h.orig Wed Mar 17 14:42:12 2004 ++++ include/xmmintrin.h Wed Mar 17 14:42:31 2004 @@ -18,7 +18,7 @@ #ifndef _INCLUDED_MM2 #define _INCLUDED_MM2 --#ifdef __linux__ -+#if defined(__linux__) || defined(__FreeBSD__) +-#if defined(__linux__) || defined(__QNX__) ++#if defined(__linux__) || defined(__QNX__) || defined(__FreeBSD__) #define __cdecl #endif |