diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ifc/Makefile | 4 | ||||
-rw-r--r-- | lang/ifc7/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index 8dad6412e8e3..4280929cf850 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/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 \ diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index 8dad6412e8e3..4280929cf850 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 \ |