diff options
Diffstat (limited to '')
-rw-r--r-- | lang/icc/files/patch-bin::icpc | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lang/icc/files/patch-bin::icpc b/lang/icc/files/patch-bin::icpc index fa1c7824506d..2c1f4483b729 100644 --- a/lang/icc/files/patch-bin::icpc +++ b/lang/icc/files/patch-bin::icpc @@ -1,17 +1,20 @@ --- bin/icpc.orig Tue Dec 9 19:55:12 2003 +++ bin/icpc Tue Dec 9 20:12:01 2003 -@@ -1,6 +1,9 @@ +@@ -1,6 +1,12 @@ #!/bin/sh -if [ -z INTEL_LICENSE_FILE ] +ICC_LOCALBASE=%%ICC_LOCALBASE%% -+export ICC_LOCALBASE; ++export ICC_LOCALBASE ++ ++GXX_ROOT=<INSTALLDIR>/lib ++export GXX_ROOT + +if [ -z "$INTEL_LICENSE_FILE" ] then INTEL_LICENSE_FILE=<INSTALLDIR>/licenses; else -@@ -8,7 +11,7 @@ +@@ -8,7 +14,7 @@ fi export INTEL_LICENSE_FILE; @@ -20,7 +23,7 @@ then LD_LIBRARY_PATH=<INSTALLDIR>/lib; else -@@ -16,7 +19,7 @@ +@@ -16,7 +22,7 @@ fi export LD_LIBRARY_PATH; @@ -29,7 +32,7 @@ then PATH=<INSTALLDIR>/bin; else -@@ -24,11 +27,39 @@ +@@ -24,11 +30,39 @@ fi export PATH; |