aboutsummaryrefslogtreecommitdiff
path: root/lang/ifc7
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ifc7')
-rw-r--r--lang/ifc7/Makefile1
-rw-r--r--lang/ifc7/files/patch-aa14
2 files changed, 15 insertions, 0 deletions
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=<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;
+