diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-18 21:43:48 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-18 21:43:48 +0000 |
commit | b5bfa12da059155e798c397f84566c0d4459aeaf (patch) | |
tree | b5a317e7561d202566bd4b476c33f1ae83b98d60 /devel/korelib/files/patch-hash_map | |
parent | Add opencdk, Open Crypto Development Kit, libary for basic parts of the OpenP... (diff) |
make fetchable, one of our patchs was integrated into the distfile
PR: 47101
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'devel/korelib/files/patch-hash_map')
-rw-r--r-- | devel/korelib/files/patch-hash_map | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/korelib/files/patch-hash_map b/devel/korelib/files/patch-hash_map deleted file mode 100644 index 5a4ca72bc384..000000000000 --- a/devel/korelib/files/patch-hash_map +++ /dev/null @@ -1,27 +0,0 @@ ---- include/kore/metainfo.h Mon May 20 10:26:01 2002 -+++ include/kore/metainfo.h Wed Jul 24 19:24:03 2002 -@@ -9,3 +9,9 @@ - #else --#include <hash_map> -+# if defined(__GNUC__) && __GNUC__ > 2 -+# include <ext/hash_map> -+# include <ext/stl_hash_fun.h> -+ using namespace __gnu_cxx; -+# else -+# include <hash_map> -+# endif - #endif ---- kore/metainfo.cpp Mon May 20 10:26:01 2002 -+++ kore/metainfo.cpp Wed Jul 24 19:25:25 2002 -@@ -2,4 +2,3 @@ - #include <vector> --#include <iostream.h> --#include <hash_map> -+#include <iostream> - using namespace kore; ---- kore/componenttrader.cpp Mon May 20 10:26:01 2002 -+++ kore/componenttrader.cpp Wed Jul 24 19:26:48 2002 -@@ -7,3 +7,2 @@ - //#ifdef _WIN32 --#include <hash_map> - #include <vector> |