aboutsummaryrefslogtreecommitdiff
path: root/astro/boinc-setiathome-enhanced
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2012-04-23 21:00:55 +0000
committerRene Ladan <rene@FreeBSD.org>2012-04-23 21:00:55 +0000
commit27af31d4f6bba9d812a12411b677f477c92d70b8 (patch)
tree9881258f9e7a4e0115c8af6803b1d9c09898a7dd /astro/boinc-setiathome-enhanced
parent256e271fa2be9d2adf957890413b3f56f4db13e3 (diff)
downloadports-27af31d4f6bba9d812a12411b677f477c92d70b8.tar.gz
ports-27af31d4f6bba9d812a12411b677f477c92d70b8.zip
Notes
Diffstat (limited to 'astro/boinc-setiathome-enhanced')
-rw-r--r--astro/boinc-setiathome-enhanced/Makefile2
-rw-r--r--astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_sse.cpp10
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__)
+