summaryrefslogtreecommitdiff
path: root/lang/icc11/patches/patch-ag
blob: 2aa154b767d5d855fa5992231da0dfe273f2a958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ag,v 1.1 2011/07/20 10:35:19 alnsn Exp $

Add ifdef(__NetBSD__).

--- icc11/include/tgmath.h.orig	2009-10-03 22:44:32.000000000 +0100
+++ icc11/include/tgmath.h
@@ -19,7 +19,7 @@
 #else
 
 #if !defined(__PURE_INTEL_C99_HEADERS__) && !(defined(_WIN32) || defined(_WIN64))
-#if !defined (__APPLE__) && !defined(__FreeBSD__) && !defined(__QNX__)
+#if !defined (__APPLE__) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__QNX__)
 # include_next <tgmath.h> /* utilize and expand sys header */
 #endif