diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-02-10 14:04:11 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-02-10 14:04:11 +0000 |
commit | 97084c21a678e105ef35363823bfbc204ad837a2 (patch) | |
tree | cd7e5d414b77ec3207a6b4920e5e29f7ab185edc /lang/icc7/files/patch-ia32::bin::icpc | |
parent | Changed to use REINPLACE, FIND and XARGS. (diff) |
- update to 7.0.082
- fix [dfi]vec.h with stlport-iostreams
- do not install a Windows header (mathf.h)
- do not install libompstub (depends on pthread_atfork(), see PR 17437)
Submitted by: marius@alchemy.franken.de
- point to the icc errata after make install
Diffstat (limited to 'lang/icc7/files/patch-ia32::bin::icpc')
-rw-r--r-- | lang/icc7/files/patch-ia32::bin::icpc | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lang/icc7/files/patch-ia32::bin::icpc b/lang/icc7/files/patch-ia32::bin::icpc index 49c3609b345b..a4cc5026d007 100644 --- a/lang/icc7/files/patch-ia32::bin::icpc +++ b/lang/icc7/files/patch-ia32::bin::icpc @@ -1,12 +1,19 @@ --- ia32/bin/icpc.orig Fri Jan 10 16:47:29 2003 +++ ia32/bin/icpc Fri Jan 10 17:19:03 2003 -@@ -1,29 +1,55 @@ +@@ -1,34 +1,61 @@ #!/bin/sh --INTEL_LICENSE_FILE=<INSTALLDIR>/licenses; +PREFIX=@@PREFIX@@ +export PREFIX; -+INTEL_LICENSE_FILE=${INTEL_LICENSE_FILE:-${PREFIX}/intel/licenses} ++ + if [ -z INTEL_LICENSE_FILE ] + then +-INTEL_LICENSE_FILE=<INSTALLDIR>/licenses; ++INTEL_LICENSE_FILE=${PREFIX}/intel/licenses; + else +-INTEL_LICENSE_FILE=$INTEL_LICENSE_FILE:<INSTALLDIR>/licenses; ++INTEL_LICENSE_FILE=$INTEL_LICENSE_FILE:${PREFIX}/intel/licenses; + fi export INTEL_LICENSE_FILE; if [ -z LD_LIBRARY_PATH ] |