summaryrefslogtreecommitdiff
path: root/lang/icc7/files/patch-ia32::include::fvec.h
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-02-10 14:04:11 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-02-10 14:04:11 +0000
commit97084c21a678e105ef35363823bfbc204ad837a2 (patch)
treecd7e5d414b77ec3207a6b4920e5e29f7ab185edc /lang/icc7/files/patch-ia32::include::fvec.h
parentChanged to use REINPLACE, FIND and XARGS. (diff)
- update to 7.0.082
- fix [dfi]vec.h with stlport-iostreams - do not install a Windows header (mathf.h) - do not install libompstub (depends on pthread_atfork(), see PR 17437) Submitted by: marius@alchemy.franken.de - point to the icc errata after make install
Notes
Notes: svn path=/head/; revision=75240
Diffstat (limited to 'lang/icc7/files/patch-ia32::include::fvec.h')
-rw-r--r--lang/icc7/files/patch-ia32::include::fvec.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/icc7/files/patch-ia32::include::fvec.h b/lang/icc7/files/patch-ia32::include::fvec.h
index 2a68afbc28e9..fdbb75016ce2 100644
--- a/lang/icc7/files/patch-ia32::include::fvec.h
+++ b/lang/icc7/files/patch-ia32::include::fvec.h
@@ -9,3 +9,16 @@
#define EXPLICIT explicit
#else
#if (__INTEL_COMPILER)
+@@ -53,10 +53,10 @@
+ #endif
+
+ /* Figure out whether and how to define the output operators */
+-#if defined(_IOSTREAM_)
++#if defined(_IOSTREAM_) || defined(_STLP_IOSTREAM)
+ #define FVEC_DEFINE_OUTPUT_OPERATORS
+ #define FVEC_STD std::
+-#elif defined(_INC_IOSTREAM) || defined(_IOSTREAM_H_)
++#elif defined(_INC_IOSTREAM) || defined(_IOSTREAM_H_) || defined(_STLP_IOSTREAM_H)
+ #define FVEC_DEFINE_OUTPUT_OPERATORS
+ #define FVEC_STD
+ #endif