summaryrefslogtreecommitdiff
path: root/lang/icc/files/patch-include::xmmintrin.h
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2004-03-17 14:00:02 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2004-03-17 14:00:02 +0000
commit9a2a31e863ea7640f74a4af5ee11731d6196c6f4 (patch)
treeb960912101fef13ecafaaafaf047a7235b254854 /lang/icc/files/patch-include::xmmintrin.h
parentBump 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 '')
-rw-r--r--lang/icc/files/patch-include::xmmintrin.h8
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