Date: Thu, 26 Sep 2013 08:51:49 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328341 - head/astro/boinc-setiathome-enhanced/files Message-ID: <201309260851.r8Q8pnGD045429@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu Sep 26 08:51:49 2013 New Revision: 328341 URL: http://svnweb.freebsd.org/changeset/ports/328341 Log: Partially fix build on CURRENT, linking still fails. Modified: head/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_vector.cpp Modified: head/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_vector.cpp ============================================================================== --- head/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_vector.cpp Thu Sep 26 08:46:12 2013 (r328340) +++ head/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_vector.cpp Thu Sep 26 08:51:49 2013 (r328341) @@ -1,8 +1,10 @@ ---- client/vector/analyzeFuncs_vector.cpp.orig 2009-07-14 21:02:10.000000000 +0200 -+++ client/vector/analyzeFuncs_vector.cpp 2013-09-12 17:02:12.000000000 +0200 -@@ -87,12 +87,10 @@ +--- ./client/vector/analyzeFuncs_vector.cpp.orig 2009-07-14 21:02:10.000000000 +0200 ++++ ./client/vector/analyzeFuncs_vector.cpp 2013-09-23 19:16:42.000000000 +0200 +@@ -86,13 +86,12 @@ + #include <sys/sysctl.h> #endif ++using namespace std; -#ifdef HAVE___ISNAN -#define isnotnan(x) (!__isnan(x)) @@ -11,7 +13,7 @@ #define isnotnan(x) (!_isnan(x)) #elif defined(HAVE_ISNAN) -#define isnotnam(x) (!isnan(x)) -+#define isnotnan(x) (!std::isnan(x)) ++#define isnotnan(x) (!isnan(x)) #else #define isnotnan(x) ((x) == (x)) #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309260851.r8Q8pnGD045429>