aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ifc/Makefile
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2002-11-20 06:57:51 +0800
committermaho <maho@FreeBSD.org>2002-11-20 06:57:51 +0800
commit5054ef8b78492b85dd761a4793eb8674e86ae989 (patch)
tree31d7802a2087137f443e09a136b419fe36a27f88 /lang/ifc/Makefile
parente225cf7e38f07fb506007d572f0a5b2042342110 (diff)
downloadfreebsd-ports-gnome-5054ef8b78492b85dd761a4793eb8674e86ae989.tar.gz
freebsd-ports-gnome-5054ef8b78492b85dd761a4793eb8674e86ae989.tar.zst
freebsd-ports-gnome-5054ef8b78492b85dd761a4793eb8674e86ae989.zip
Marked as broken if icc or linux_devtools are
installed. Suggested: Marius <marius@alchemy.franken.de> Alexander Leidinger <Alexander@Leidinger.net> Reviewed by: knu (mentor)
Diffstat (limited to 'lang/ifc/Makefile')
-rw-r--r--lang/ifc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile
index 00450abbc7ef..321e3d3d7390 100644
--- a/lang/ifc/Makefile
+++ b/lang/ifc/Makefile
@@ -42,8 +42,9 @@ OBJCOPY?= /usr/bin/objcopy
IGNORE= "Please manually download ${DISTFILES} from ${IFC_SITE}, ${IFC_SITE}f60l/noncom.htm or https://premier.intel.com/ \(whichever has the file, to access premier.intel.com you have to register at http://www.intel.com/software/products/registrationcenter/index.htm\). With a little bit of luck it may also be available from ftp://download.intel.com/software/products/compilers/downloads/. Put it into ${DISTDIR} and run make again"
.endif
-.if exists(${LINUXBASE}/boot/kernel.h)
-BROKEN= Cannot coexist with linux_devtools
+.if exists(${LINUXBASE}/boot/kernel.h) || \
+ exists(${PREFIX}/intel/compiler60/bin/icc)
+BROKEN= Cannot coexist with linux_devtools or icc
.endif
post-extract: