head	1.2;
access;
symbols
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.11.18.09.27.32;	author maho;	state dead;
branches;
next	1.1;

1.1
date	2002.07.21.15.43.42;	author netchild;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Now ifc outputs FreeBSD's native binary.
Bump portrevision.

Wonderful work by: Masakazu Higaki <higamasa@@dream.com>
Approved by: maho(maintainer)
Reviewed by: knu(mentor)
@
text
@--- 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;
 
@


1.1
log
@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.
@
text
@@

