diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-05-13 13:58:21 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-05-13 13:58:21 +0000 |
commit | 3ab99b88136d8f8a7e726277a52bced15c59651b (patch) | |
tree | fe14a931ea65e74020e618821640038320248eef /lang/icc/files/patch-iccvars.csh | |
parent | GNOME policy: (diff) |
Update icc from 5.0.1 to 6.0.139.
Diffstat (limited to 'lang/icc/files/patch-iccvars.csh')
-rw-r--r-- | lang/icc/files/patch-iccvars.csh | 16 |
1 files changed, 0 insertions, 16 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 - - |