summaryrefslogtreecommitdiff
path: root/devel/stlport/patches/patch-ag
blob: 6d8fecbd44e17f8c776c136a166fe94e1bb24504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- stlport/typeinfo.orig	Sat Nov 10 19:38:11 2001
+++ stlport/typeinfo	Sat Nov 10 19:39:12 2001
@@ -23,7 +23,9 @@
 
 # ifndef __STL_NO_TYPEINFO
 
-# if defined (__GNUC__) && (__GNUC_MINOR__ > 7)
+# if defined (__NetBSD__)
+#  include <g++/typeinfo>
+# elif defined (__GNUC__) && (__GNUC_MINOR__ > 7)
 #  include <../include/typeinfo>
 # elif defined (__STL_NO_NEW_NEW_HEADER)
 #  include __STL_NATIVE_HEADER(typeinfo.h)