summaryrefslogtreecommitdiff
path: root/lang/icc/files/patch-include::fvec.h
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-06-04 16:25:50 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-06-04 16:25:50 +0000
commit9dda9e7ad5e32a392b7c7138a31afe3347e93621 (patch)
tree369a89645b718845d291873bbb49ea7bed80edb7 /lang/icc/files/patch-include::fvec.h
parentAdd patch from the sylpheed-claws CVS which is supposed to fix the build (diff)
Update to 8.1.032.
Notes
Notes: svn path=/head/; revision=136794
Diffstat (limited to 'lang/icc/files/patch-include::fvec.h')
-rw-r--r--lang/icc/files/patch-include::fvec.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/icc/files/patch-include::fvec.h b/lang/icc/files/patch-include::fvec.h
index b0a61402485d..0ec03efd745f 100644
--- a/lang/icc/files/patch-include::fvec.h
+++ b/lang/icc/files/patch-include::fvec.h
@@ -1,11 +1,11 @@
---- include/fvec.h.orig Tue Dec 9 20:16:16 2003
-+++ include/fvec.h Tue Dec 9 20:18:31 2003
+--- include/fvec.h.orig Sat Jun 4 17:36:19 2005
++++ include/fvec.h Sat Jun 4 17:45:48 2005
@@ -41,7 +41,7 @@
#pragma pack(push,16) /* Must ensure class & union 16-B aligned */
/* If using MSVC5.0, explicit keyword should be used */
--#if (_MSC_VER >= 1100) || defined (__linux__)
-+#if (_MSC_VER >= 1100) || defined (__linux__) || defined (__FreeBSD__)
+-#if (_MSC_VER >= 1100) || defined (__linux__) || defined(__QNX__)
++#if (_MSC_VER >= 1100) || defined (__linux__) || defined(__QNX__) || defined (__FreeBSD__)
#define EXPLICIT explicit
#else
#if (__INTEL_COMPILER)