diff options
author | netchild <netchild@FreeBSD.org> | 2002-04-01 03:00:05 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-04-01 03:00:05 +0800 |
commit | db995df1708eacbb965f6ee73c20d5b51e206800 (patch) | |
tree | 79c6b3248e07bbcefa1f4b52059234cb61af3521 /lang/icc7/files | |
parent | 41a15ede524bb9ac38f2193a02b9b3d951e9d0e0 (diff) | |
download | freebsd-ports-gnome-db995df1708eacbb965f6ee73c20d5b51e206800.tar.gz freebsd-ports-gnome-db995df1708eacbb965f6ee73c20d5b51e206800.tar.zst freebsd-ports-gnome-db995df1708eacbb965f6ee73c20d5b51e206800.zip |
- reword pkg-descr
- fix iccvars.csh (PR)
- mimic some parts of gcc's preprocessor (defines)
PR: 36555
Approved by: steve
Diffstat (limited to 'lang/icc7/files')
-rw-r--r-- | lang/icc7/files/patch-iccvars.csh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/icc7/files/patch-iccvars.csh b/lang/icc7/files/patch-iccvars.csh new file mode 100644 index 000000000000..3f3e6906f747 --- /dev/null +++ b/lang/icc7/files/patch-iccvars.csh @@ -0,0 +1,16 @@ +--- 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 + + |