diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-14 16:31:40 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-14 16:31:40 +0000 |
commit | e68a6138ccad82cf8b72419fadf3714557de9b58 (patch) | |
tree | aded2397f9b31fa4a57eb0832c81d96fa8a8aa35 /lang | |
parent | Add a depedency on scrollkeeper. Bump PORTREVISION. (diff) |
Document the bad interaction with the linux-devtools port.
Noticed by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Notes
Notes:
svn path=/head/; revision=62932
Diffstat (limited to 'lang')
-rw-r--r-- | lang/icc/Makefile | 3 | ||||
-rw-r--r-- | lang/icc7/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index ae233c480887..1bb8da854a69 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -98,5 +98,8 @@ post-install: @${ECHO_CMD} "put your license into your \$${INTEL_FLEXLM_LICENSE} (default:" @${ECHO_CMD} "${PREFIX}/intel/licenses) directory and add" @${ECHO_CMD} "${PREFIX}/intel/compiler60/ia32/bin to your PATH." + @${ECHO_CMD} + @${ECHO_CMD} "WARNING: If you use icc while having linux-devtools installed, icc will use" + @${ECHO_CMD} "the wrong includes and therefore will generate bogus binaries!" .include <bsd.port.post.mk> diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index ae233c480887..1bb8da854a69 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/Makefile @@ -98,5 +98,8 @@ post-install: @${ECHO_CMD} "put your license into your \$${INTEL_FLEXLM_LICENSE} (default:" @${ECHO_CMD} "${PREFIX}/intel/licenses) directory and add" @${ECHO_CMD} "${PREFIX}/intel/compiler60/ia32/bin to your PATH." + @${ECHO_CMD} + @${ECHO_CMD} "WARNING: If you use icc while having linux-devtools installed, icc will use" + @${ECHO_CMD} "the wrong includes and therefore will generate bogus binaries!" .include <bsd.port.post.mk> |