diff options
author | jlam <jlam@pkgsrc.org> | 2000-07-14 06:51:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-07-14 06:51:16 +0000 |
commit | dbadce17fa6ea1a684a33a3ccae9c64b72131ba4 (patch) | |
tree | 18cbcea76a91b9d80e86afb1a8522b4b5352448d /devel/gtl/patches | |
parent | df8c3546fdfd2d11788de3c08c2219b56b4da536 (diff) | |
download | pkgsrc-dbadce17fa6ea1a684a33a3ccae9c64b72131ba4.tar.gz |
Force GTL to use SGI STL as the egcs-1.1.2 copy of the STL is not
sufficient.
Diffstat (limited to 'devel/gtl/patches')
-rw-r--r-- | devel/gtl/patches/patch-ab | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/gtl/patches/patch-ab b/devel/gtl/patches/patch-ab new file mode 100644 index 00000000000..be73e10fa2a --- /dev/null +++ b/devel/gtl/patches/patch-ab @@ -0,0 +1,20 @@ +$NetBSD: patch-ab,v 1.1 2000/07/14 06:51:17 jlam Exp $ + +--- include/GTL/GTL.h.orig Thu Feb 3 07:50:16 2000 ++++ include/GTL/GTL.h Thu Jul 13 11:56:17 2000 +@@ -128,6 +128,7 @@ + // Bugfix for EGCS & GCC < 2.95 + //-------------------------------------------------------------------------- + ++#if 0 + #if defined(__GNUC__) && __GNUC__ == 2 && __GNUC_MINOR__ < 95 + + #include <map> +@@ -141,6 +142,7 @@ + { + }; + ++#endif + #endif + + //-------------------------------------------------------------------------- |