aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>