diff options
author | maho <maho@FreeBSD.org> | 2002-11-22 17:55:03 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2002-11-22 17:55:03 +0800 |
commit | 5bc1bde24c35cc9b9d2f8eb48cf62ac4f96512e3 (patch) | |
tree | 0056e6e36e0dc5e987b0a73e47606e680ff0dfe5 /lang/ifc7 | |
parent | b07ec6997c64a6481755e62cf6c9a2f860d0bba0 (diff) | |
download | freebsd-ports-gnome-5bc1bde24c35cc9b9d2f8eb48cf62ac4f96512e3.tar.gz freebsd-ports-gnome-5bc1bde24c35cc9b9d2f8eb48cf62ac4f96512e3.tar.zst freebsd-ports-gnome-5bc1bde24c35cc9b9d2f8eb48cf62ac4f96512e3.zip |
Former commit was not correct by my misunderstanding.
Ifc is not broken when when linux_devtools is installed.
It does not see include files.
Noticed by: netchild
Reviewed by: knu (mentor)
Diffstat (limited to 'lang/ifc7')
-rw-r--r-- | lang/ifc7/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index 321e3d3d7390..cbca5030cd78 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -42,9 +42,8 @@ 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) || \ - exists(${PREFIX}/intel/compiler60/bin/icc) -BROKEN= Cannot coexist with linux_devtools or icc +.if exists(${PREFIX}/intel/compiler60/bin/icc) +BROKEN= Cannot coexist with icc .endif post-extract: |