From d7b09758db17f4e1d2b371ba027c28a406cb7687 Mon Sep 17 00:00:00 2001 From: netchild Date: Fri, 8 Nov 2002 20:28:25 +0000 Subject: Mark BROKEN when icc is installed (ifc and icc share some libs). To have working FreeBSD binaries, icc installs modified libs. Installing ifc after icc results in not working FreeBSD binaries for icc compiled code because ifc overwrites these libs (if it doesn't overwrite them, ifc can't produce working linux binaries). This commit wasn't discussed with the maintainer of ifc. Noticed by: marius@alchemy.franken.de --- lang/ifc7/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/ifc7') diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index 8dad6412e8e..4280929cf85 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -40,6 +40,10 @@ IFC_SITE= http://www.intel.com/software/products/compilers/ IGNORE= "Please manually download ${DISTFILES} from ${IFC_SITE}, e.g. from ${IFC_SITE}f60l/noncom.htm or from https://premier.intel.com/. Registration is required!! Put it into ${DISTDIR} and run make again." .endif +.if exists(${PREFIX}/intel/compiler60/bin/icc) +BROKEN= Can not coexist with icc +.endif + post-extract: .for i in \ intel-ifc6-6.0.1-304.i386.rpm \ -- cgit