diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-20 16:03:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-20 16:03:49 +0000 |
commit | e8f0564a7106c48da00ef0e332f5424f4a19a1f7 (patch) | |
tree | f2c8aa0d7d1b4ee17312db7ef3acdeb715d81dc1 /devel/stlport/files/patch-stlport::stlcomp.h | |
parent | - Mark IGNORE, this does not work with new version of stlport, yet. (diff) |
- Update to 4.6.2
PR: ports/73604
Submitted by: Sepherosa Ziehau <sepherosa@softhome.net>
Approved by: maintainer timeout (2 weeks)
Notes
Notes:
svn path=/head/; revision=122007
Diffstat (limited to 'devel/stlport/files/patch-stlport::stlcomp.h')
-rw-r--r-- | devel/stlport/files/patch-stlport::stlcomp.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/stlport/files/patch-stlport::stlcomp.h b/devel/stlport/files/patch-stlport::stlcomp.h index 14b6a3cd1855..1c2e582338bd 100644 --- a/devel/stlport/files/patch-stlport::stlcomp.h +++ b/devel/stlport/files/patch-stlport::stlcomp.h @@ -1,12 +1,12 @@ ---- stlport/config/stlcomp.h.orig Wed Jul 24 02:21:28 2002 -+++ stlport/config/stlcomp.h Wed Jul 24 02:21:16 2002 -@@ -103,6 +103,9 @@ +--- stlport/config/stlcomp.h.orig Sun Nov 2 16:59:12 2003 ++++ stlport/config/stlcomp.h Sat Nov 6 16:13:47 2004 +@@ -109,6 +109,9 @@ # elif defined (__FCC_VERSION) /* Fujutsu Compiler, v4.0 assumed */ # include <config/stl_fujitsu.h> -+/* Intel(R) C++ Compiler */ +# elif defined (__ICC) ++/* Intel(R) C++ Compiler */ +# include <config/stl_icc.h> - # else - /* Unable to identify the compiler, issue error diagnostic. - * Edit <config/stl_mycomp.h> to set STLport up for your compiler. */ + # elif defined(_CRAY) + /* Cray C++ 3.4 or 3.5 */ + # include <config/stl_cray.h> |