summaryrefslogtreecommitdiff
path: root/lang/icc/files
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2002-05-13 13:58:21 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2002-05-13 13:58:21 +0000
commit3ab99b88136d8f8a7e726277a52bced15c59651b (patch)
treefe14a931ea65e74020e618821640038320248eef /lang/icc/files
parentGNOME policy: (diff)
Update icc from 5.0.1 to 6.0.139.
Notes
Notes: svn path=/head/; revision=59010
Diffstat (limited to 'lang/icc/files')
-rw-r--r--lang/icc/files/patch-iccvars.csh16
-rw-r--r--lang/icc/files/patch-include6
2 files changed, 3 insertions, 19 deletions
diff --git a/lang/icc/files/patch-iccvars.csh b/lang/icc/files/patch-iccvars.csh
deleted file mode 100644
index 3f3e6906f747..000000000000
--- a/lang/icc/files/patch-iccvars.csh
+++ /dev/null
@@ -1,16 +0,0 @@
---- opt/intel/compiler50/ia32/bin/iccvars.csh.orig Sun Mar 31 11:14:54 2002
-+++ opt/intel/compiler50/ia32/bin/iccvars.csh Sun Mar 31 11:16:11 2002
-@@ -1,4 +1,4 @@
--#! /bin/tcsh
-+#! /bin/csh
- if ! ($?IA32ROOT) then
- setenv IA32_SAVE_PATH $PATH
- if ($?LD_LIBRARY_PATH) then
-@@ -24,6 +24,6 @@
- setenv LD_LIBRARY_PATH $IA32ROOT/lib:$IA32_SAVE_LD_LIBRARY_PATH
- endif
-
--setenv INTEL_FLEXLM_LICENSE=<INSTALLDIR>/licenses
-+setenv INTEL_FLEXLM_LICENSE <INSTALLDIR>/licenses
-
-
diff --git a/lang/icc/files/patch-include b/lang/icc/files/patch-include
index f52262db61f3..d643c57857d9 100644
--- a/lang/icc/files/patch-include
+++ b/lang/icc/files/patch-include
@@ -1,11 +1,11 @@
---- opt/intel/compiler50/ia32/include/yvals.h.org Thu Jan 24 11:42:22 2002
-+++ opt/intel/compiler50/ia32/include/yvals.h Thu Jan 24 11:42:39 2002
+--- opt/intel/compiler60/ia32/include/yvals.h.orig Wed Apr 24 12:13:04 2002
++++ opt/intel/compiler60/ia32/include/yvals.h Wed Apr 24 12:13:26 2002
@@ -4,10 +4,6 @@
#define _YVALS
#include <stdarg.h>
-#include <features.h> /* Get glibc version __GLIBC__ and __GLIBC_MINOR__*/
--#define __GLIBC_2_2 ((__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 2))
+-#define __GLIBC_2_2 ((__GLIBC__ > 2) || ((__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 2)))
- /* true if glibc-2.2 and older is used */
-
#define _CPPLIB_VER 310