Date: Sat, 21 Dec 2002 04:19:33 +0800 (CST) From: Kuang-che Wu <kcwu@kcwu.homeip.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46408: Fix build on -current for net/mutella Message-ID: <200212202019.gBKKJXgY005141@kcwu.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 46408 >Category: ports >Synopsis: Fix build on -current for net/mutella >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 12:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kuang-che Wu >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 26 18:00:18 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386 >Description: Fix build on -current for net/mutella >How-To-Repeat: >Fix: diff -rNu mutella/files/patch-mutella::mutella.h mutella.new/files/patch-mutella::mutella.h --- mutella/files/patch-mutella::mutella.h Thu Jan 1 08:00:00 1970 +++ mutella.new/files/patch-mutella::mutella.h Sat Dec 21 04:14:23 2002 @@ -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*/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212202019.gBKKJXgY005141>