From edf7660337a8d598d1a151c65c9c868d255ab3ba Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Sun, 21 Jul 2002 15:43:42 +0000 Subject: 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. --- lang/ifc7/Makefile | 1 + lang/ifc7/files/patch-aa | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 lang/ifc7/files/patch-aa (limited to 'lang/ifc7') diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index d663c20a4e86..b639bc7356ff 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -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 diff --git a/lang/ifc7/files/patch-aa b/lang/ifc7/files/patch-aa new file mode 100644 index 000000000000..ac74eace1fe4 --- /dev/null +++ b/lang/ifc7/files/patch-aa @@ -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=/compiler60/ia32/bin; ++ PATH=@LINUXBASE@/usr/bin:/compiler60/ia32/bin; + else +- PATH=/compiler60/ia32/bin:$PATH; ++ PATH=@LINUXBASE@/usr/bin:/compiler60/ia32/bin:$PATH; + fi + export PATH; + -- cgit v1.2.3