summaryrefslogtreecommitdiff
path: root/devel/sgi-stl/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sgi-stl/patches/patch-ab')
-rw-r--r--devel/sgi-stl/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/sgi-stl/patches/patch-ab b/devel/sgi-stl/patches/patch-ab
new file mode 100644
index 00000000000..170142975b0
--- /dev/null
+++ b/devel/sgi-stl/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/05/24 05:46:54 jlam Exp $
+
+--- stl_config.h.orig Thu Apr 22 20:47:11 1999
++++ stl_config.h Sat May 13 02:19:46 2000
+@@ -260,6 +260,9 @@
+ # ifdef _REENTRANT
+ # define __STL_PTHREADS
+ # endif
++# ifdef __NetBSD__
++# define __STL_LONG_LONG
++# endif
+ # endif
+
+ # if defined(__SUNPRO_CC)