When lang/ifc and lang/icc are both installed, ifc does not use the correct

ld. Work around by reordering the PATH variable in the ifc wrapper script.
	Submitted by:	maintainer
	PR:		40744

Bump PORTREVISION.
This commit is contained in:
Alexander Leidinger 2002-07-21 15:43:42 +00:00
parent 8f182f968f
commit edf7660337
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63309
4 changed files with 30 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= ifc
PORTVERSION= 6.0.159
PORTREVISION= 1
CATEGORIES= lang devel emulators linux
MASTER_SITES=#
DISTNAME= l_fc_pu_6.0.159

14
lang/ifc/files/patch-aa Normal file
View file

@ -0,0 +1,14 @@
--- opt/intel/compiler60/ia32/bin/ifc.old Thu Jul 18 18:52:59 2002
+++ opt/intel/compiler60/ia32/bin/ifc Thu Jul 18 18:54:03 2002
@@ -13,9 +13,9 @@
if [ -z PATH ]
then
- PATH=<INSTALLDIR>/compiler60/ia32/bin;
+ PATH=@LINUXBASE@/usr/bin:<INSTALLDIR>/compiler60/ia32/bin;
else
- PATH=<INSTALLDIR>/compiler60/ia32/bin:$PATH;
+ PATH=@LINUXBASE@/usr/bin:<INSTALLDIR>/compiler60/ia32/bin:$PATH;
fi
export PATH;

View file

@ -7,6 +7,7 @@
PORTNAME= ifc
PORTVERSION= 6.0.159
PORTREVISION= 1
CATEGORIES= lang devel emulators linux
MASTER_SITES=#
DISTNAME= l_fc_pu_6.0.159

14
lang/ifc7/files/patch-aa Normal file
View file

@ -0,0 +1,14 @@
--- opt/intel/compiler60/ia32/bin/ifc.old Thu Jul 18 18:52:59 2002
+++ opt/intel/compiler60/ia32/bin/ifc Thu Jul 18 18:54:03 2002
@@ -13,9 +13,9 @@
if [ -z PATH ]
then
- PATH=<INSTALLDIR>/compiler60/ia32/bin;
+ PATH=@LINUXBASE@/usr/bin:<INSTALLDIR>/compiler60/ia32/bin;
else
- PATH=<INSTALLDIR>/compiler60/ia32/bin:$PATH;
+ PATH=@LINUXBASE@/usr/bin:<INSTALLDIR>/compiler60/ia32/bin:$PATH;
fi
export PATH;