summaryrefslogtreecommitdiff
path: root/devel/stlport/patches/patch-ah
blob: 57814c5546c56f20f87be2a055de28bad0a3b193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ah,v 1.3 2002/08/25 19:22:41 jlam 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