summaryrefslogtreecommitdiff
path: root/devel/gtl/patches/patch-ab
blob: ec6640b4afbf2b8f96d222f24dcd066e43624fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ab,v 1.2 2000/07/31 04:53:56 jlam Exp $

--- include/GTL/GTL.h.orig	Thu Feb  3 07:50:16 2000
+++ include/GTL/GTL.h	Mon Jul 31 00:30:39 2000
@@ -133,6 +133,7 @@
 #include <map>
 #include <memory>
 
+#ifndef __STL_USE_STD_ALLOCATORS
 /**
  * @internal
  */
@@ -141,6 +142,7 @@
 {
 };
 
+#endif
 #endif
 
 //--------------------------------------------------------------------------