summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2002-07-14 16:31:40 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2002-07-14 16:31:40 +0000
commite68a6138ccad82cf8b72419fadf3714557de9b58 (patch)
treeaded2397f9b31fa4a57eb0832c81d96fa8a8aa35 /lang
parentAdd 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/Makefile3
-rw-r--r--lang/icc7/Makefile3
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>