diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-21 15:43:42 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-21 15:43:42 +0000 |
commit | edf7660337a8d598d1a151c65c9c868d255ab3ba (patch) | |
tree | 046477b6be9b84ca1f8816907bdfb870dcbc1eed /lang/ifc7 | |
parent | 8f182f968f682aa89410a9c621e44aaa87998455 (diff) | |
download | ports-edf7660337a8d598d1a151c65c9c868d255ab3ba.tar.gz ports-edf7660337a8d598d1a151c65c9c868d255ab3ba.zip |
Notes
Diffstat (limited to 'lang/ifc7')
-rw-r--r-- | lang/ifc7/Makefile | 1 | ||||
-rw-r--r-- | lang/ifc7/files/patch-aa | 14 |
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; + |