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/icc/files/patch-ia32::bin::icc | |
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/icc/files/patch-ia32::bin::icc')
-rw-r--r-- | lang/icc/files/patch-ia32::bin::icc | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lang/icc/files/patch-ia32::bin::icc b/lang/icc/files/patch-ia32::bin::icc index 55406344c471..596787d71cc3 100644 --- a/lang/icc/files/patch-ia32::bin::icc +++ b/lang/icc/files/patch-ia32::bin::icc @@ -1,12 +1,19 @@ --- ia32/bin/icc.orig Fri Jan 10 16:57:18 2003 +++ ia32/bin/icc Fri Jan 10 17:09:38 2003 -@@ -1,29 +1,62 @@ +@@ -1,34 +1,68 @@ #!/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 ] |