svn commit: r328341 - head/astro/boinc-setiathome-enhanced/files

Rene Ladan rene at FreeBSD.org
Thu Sep 26 08:51:49 UTC 2013


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


More information about the svn-ports-all mailing list