freebsd-ports/lang/icc7/files/patch-ia32::include::xmmintrin.h
Alexander Leidinger 6b11c196c9 Add missing files for the 7.0.078 update.
Pointy hat to:	netchild
2003-01-11 17:25:51 +00:00

11 lines
272 B
C

--- ia32/include/xmmintrin.h.orig Fri Jan 10 18:47:00 2003
+++ ia32/include/xmmintrin.h Fri Jan 10 18:50:35 2003
@@ -18,7 +18,7 @@
#ifndef _INCLUDED_MM2
#define _INCLUDED_MM2
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
#define __cdecl
#endif