summaryrefslogtreecommitdiff
path: root/lang/ifc
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2002-07-21 15:43:42 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2002-07-21 15:43:42 +0000
commitedf7660337a8d598d1a151c65c9c868d255ab3ba (patch)
tree046477b6be9b84ca1f8816907bdfb870dcbc1eed /lang/ifc
parentFix install. (diff)
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.
Notes
Notes: svn path=/head/; revision=63309
Diffstat (limited to 'lang/ifc')
-rw-r--r--lang/ifc/Makefile1
-rw-r--r--lang/ifc/files/patch-aa14
2 files changed, 15 insertions, 0 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile
index d663c20a4e86..b639bc7356ff 100644
--- a/lang/ifc/Makefile
+++ b/lang/ifc/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/ifc/files/patch-aa b/lang/ifc/files/patch-aa
new file mode 100644
index 000000000000..ac74eace1fe4
--- /dev/null
+++ b/lang/ifc/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=<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;
+