diff options
author | netchild <netchild@FreeBSD.org> | 2002-07-15 00:31:40 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-07-15 00:31:40 +0800 |
commit | d9a04ec90020e329a0d3aa7e679e0fc14c8d59db (patch) | |
tree | 19e23e8f2bb03159e7cb6386f69ddf652b3811ce /lang/icc7 | |
parent | 3f2c04ac35d051635e90dcdc2f9cbb6b1abc4000 (diff) | |
download | freebsd-ports-gnome-d9a04ec90020e329a0d3aa7e679e0fc14c8d59db.tar.gz freebsd-ports-gnome-d9a04ec90020e329a0d3aa7e679e0fc14c8d59db.tar.zst freebsd-ports-gnome-d9a04ec90020e329a0d3aa7e679e0fc14c8d59db.zip |
Document the bad interaction with the linux-devtools port.
Noticed by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Diffstat (limited to 'lang/icc7')
-rw-r--r-- | lang/icc7/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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> |