From 3c794396d2df8c918b62bc2ecd877720b1b0656a Mon Sep 17 00:00:00 2001 From: netchild Date: Tue, 26 Mar 2002 17:01:09 +0000 Subject: This is Intels C/C++ compiler. It is setup to produce native FreeBSD objects. This port is not able to produce native executables on its own. You need to do it yourself with gcc. Approved by: steve --- lang/icc7/files/patch-include | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/icc7/files/patch-include (limited to 'lang/icc7/files') diff --git a/lang/icc7/files/patch-include b/lang/icc7/files/patch-include new file mode 100644 index 0000000..f52262d --- /dev/null +++ b/lang/icc7/files/patch-include @@ -0,0 +1,13 @@ +--- opt/intel/compiler50/ia32/include/yvals.h.org Thu Jan 24 11:42:22 2002 ++++ opt/intel/compiler50/ia32/include/yvals.h Thu Jan 24 11:42:39 2002 +@@ -4,10 +4,6 @@ + #define _YVALS + #include + +-#include /* Get glibc version __GLIBC__ and __GLIBC_MINOR__*/ +-#define __GLIBC_2_2 ((__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 2)) +- /* true if glibc-2.2 and older is used */ +- + #define _CPPLIB_VER 310 + + #if defined(ia64) || defined(__ia64) || defined(__ia64__) /* assume Itanium */ -- cgit v1.1