summaryrefslogtreecommitdiff
path: root/devel/stlport/patches/patch-ah
blob: 7d4d079aba3e5a6a4a1ace7f58b33e23d8bf10b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ah,v 1.2 2002/05/20 17:43:05 cjep Exp $
--- stlport/stl/_config.h.orig	Sat Nov 10 19:51:04 2001
+++ stlport/stl/_config.h	Sat Nov 10 19:51:28 2001
@@ -174,7 +174,7 @@
 # endif
 
 /* Operating system recognition (basic) */
-# if defined (__unix) || defined (__linux__) || defined (__QNX__) || defined (_AIX)
+# if defined (__unix) || defined (__linux__) || defined (__QNX__) || defined (_AIX) || defined(__NetBSD__)
 #  define __STL_UNIX 1
 #  if defined (__linux__) && ! defined (__STL_USE_GLIBC)
 #   define __STL_USE_GLIBC 1