diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-04-23 21:00:55 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-04-23 21:00:55 +0000 |
commit | 27af31d4f6bba9d812a12411b677f477c92d70b8 (patch) | |
tree | 9881258f9e7a4e0115c8af6803b1d9c09898a7dd /astro | |
parent | Update to 1.2.3 (diff) |
Fix build (boinc-client 7.0.25_2 or higher required).
PR: ports/167034 (prompted)
Submitted by: Larry Rosenman [ler lerctr!org]
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 2 | ||||
-rw-r--r-- | astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_sse.cpp | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index 8f72030e24b6..cf9539dcc621 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -6,7 +6,7 @@ PORTNAME= boinc-setiathome-enhanced PORTVERSION= 6.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ DISTNAME= setiathome-svn-1008 diff --git a/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_sse.cpp b/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_sse.cpp new file mode 100644 index 000000000000..25d25862e795 --- /dev/null +++ b/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_sse.cpp @@ -0,0 +1,10 @@ +--- client/vector/analyzeFuncs_sse.cpp.orig 2008-08-19 21:24:46.000000000 +0200 ++++ client/vector/analyzeFuncs_sse.cpp 2012-04-19 12:51:10.000000000 +0200 +@@ -32,6 +32,7 @@ + // This file is empty is __i386__ is not defined + #include "sah_config.h" + #include <vector> ++#include <math.h> + + #if defined(__i386__) || defined(__x86_64__) + |