diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-01-11 15:34:17 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-01-11 15:34:17 +0000 |
commit | a2f3809140232e268f68527ea16d34ed439acf93 (patch) | |
tree | e3eca9b5eb27465a4dbec780bf0d112c52696cfc /lang/icc7/files/patch-ia32::bin::icpc | |
parent | Update to 8.0.055.p057. (diff) |
- connect icc7 to the build after a repocopy from icc
- update icc7 to 7.1.035
- sync parts of icc7 with the icc (v8) port
Diffstat (limited to 'lang/icc7/files/patch-ia32::bin::icpc')
-rw-r--r-- | lang/icc7/files/patch-ia32::bin::icpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/icc7/files/patch-ia32::bin::icpc b/lang/icc7/files/patch-ia32::bin::icpc index 0557997d9a8b..2777cf0bb24e 100644 --- a/lang/icc7/files/patch-ia32::bin::icpc +++ b/lang/icc7/files/patch-ia32::bin::icpc @@ -4,8 +4,8 @@ #!/bin/sh -if [ -z INTEL_LICENSE_FILE ] -+PREFIX=@@PREFIX@@ -+export PREFIX; ++ICC_LOCALBASE=%%ICC_LOCALBASE%% ++export ICC_LOCALBASE; + +if [ -z "$INTEL_LICENSE_FILE" ] then |