diff options
author | Maho Nakata <maho@FreeBSD.org> | 2002-11-18 09:27:32 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2002-11-18 09:27:32 +0000 |
commit | 6bf0de6ddfc37f3b8f315ec814cfc64435f84db2 (patch) | |
tree | b346856cc03388dfdc6c118503b349510d6117ba /lang/ifc/files/patch-aa | |
parent | Fix build on -current (don't mis-declare sys_nerr) (diff) |
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)
Notes
Notes:
svn path=/head/; revision=70384
Diffstat (limited to 'lang/ifc/files/patch-aa')
-rw-r--r-- | lang/ifc/files/patch-aa | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/ifc/files/patch-aa b/lang/ifc/files/patch-aa deleted file mode 100644 index ac74eace1fe4..000000000000 --- a/lang/ifc/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ ---- 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; - |