aboutsummaryrefslogtreecommitdiffstats
path: root/lang/icc7/files
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2002-05-13 21:58:21 +0800
committernetchild <netchild@FreeBSD.org>2002-05-13 21:58:21 +0800
commit75646321069e34640cf146d6d3d63580e2e719ba (patch)
tree4bf68614cb04ea9e899dca50da08f5a7d90f8cf5 /lang/icc7/files
parent90b6fc3c41ce12924bb67e4c700d66e728af6cb3 (diff)
downloadfreebsd-ports-gnome-75646321069e34640cf146d6d3d63580e2e719ba.tar.gz
freebsd-ports-gnome-75646321069e34640cf146d6d3d63580e2e719ba.tar.zst
freebsd-ports-gnome-75646321069e34640cf146d6d3d63580e2e719ba.zip
Update icc from 5.0.1 to 6.0.139.
Diffstat (limited to 'lang/icc7/files')
-rw-r--r--lang/icc7/files/patch-iccvars.csh16
-rw-r--r--lang/icc7/files/patch-include6
2 files changed, 3 insertions, 19 deletions
diff --git a/lang/icc7/files/patch-iccvars.csh b/lang/icc7/files/patch-iccvars.csh
deleted file mode 100644
index 3f3e6906f747..000000000000
--- a/lang/icc7/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/icc7/files/patch-include b/lang/icc7/files/patch-include
index f52262db61f3..d643c57857d9 100644
--- a/lang/icc7/files/patch-include
+++ b/lang/icc7/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