1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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)
This commit is contained in:
Maho Nakata 2002-11-19 22:57:51 +00:00
parent 6d3df192a4
commit 38713a48bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70525
2 changed files with 6 additions and 4 deletions

View File

@ -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:

View File

@ -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: