diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-22 09:47:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-22 09:47:17 +0000 |
commit | 18c6433f836514b08b08f36c7de42f421d8d22b9 (patch) | |
tree | 1008e69e7c49d8535c0e61d2499ccc0ec1650b28 | |
parent | add missing dependency (diff) |
Fix build on -current
PR: 46408
Submitted by: kcwu@kcwu.dyndns.org
Notes
Notes:
svn path=/head/; revision=71775
-rw-r--r-- | net-p2p/mutella/files/patch-mutella::mutella.h | 22 | ||||
-rw-r--r-- | net/mutella/files/patch-mutella::mutella.h | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/net-p2p/mutella/files/patch-mutella::mutella.h b/net-p2p/mutella/files/patch-mutella::mutella.h new file mode 100644 index 000000000000..1c4a03f6f1f7 --- /dev/null +++ b/net-p2p/mutella/files/patch-mutella::mutella.h @@ -0,0 +1,22 @@ +--- mutella/mutella.h.orig Sat Dec 21 04:06:30 2002 ++++ mutella/mutella.h Sat Dec 21 04:09:31 2002 +@@ -70,6 +70,7 @@ + // declare namespaces + using std::min; + using std::max; ++using std::find; + using std::swap; + //using std::queue; + //using std::deque; +@@ -80,7 +81,11 @@ + #ifdef NAVE_NO_SLIST + # define slist list + #else ++#ifdef HAVE_EXT_SLIST ++ using __gnu_cxx::slist; ++#else + using std::slist; ++#endif + #endif + + #endif /*__cplusplus*/ diff --git a/net/mutella/files/patch-mutella::mutella.h b/net/mutella/files/patch-mutella::mutella.h new file mode 100644 index 000000000000..1c4a03f6f1f7 --- /dev/null +++ b/net/mutella/files/patch-mutella::mutella.h @@ -0,0 +1,22 @@ +--- mutella/mutella.h.orig Sat Dec 21 04:06:30 2002 ++++ mutella/mutella.h Sat Dec 21 04:09:31 2002 +@@ -70,6 +70,7 @@ + // declare namespaces + using std::min; + using std::max; ++using std::find; + using std::swap; + //using std::queue; + //using std::deque; +@@ -80,7 +81,11 @@ + #ifdef NAVE_NO_SLIST + # define slist list + #else ++#ifdef HAVE_EXT_SLIST ++ using __gnu_cxx::slist; ++#else + using std::slist; ++#endif + #endif + + #endif /*__cplusplus*/ |