From 27af31d4f6bba9d812a12411b677f477c92d70b8 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Mon, 23 Apr 2012 21:00:55 +0000 Subject: Fix build (boinc-client 7.0.25_2 or higher required). PR: ports/167034 (prompted) Submitted by: Larry Rosenman [ler lerctr!org] --- astro/boinc-setiathome-enhanced/Makefile | 2 +- .../files/patch-client__vector__analyzeFuncs_sse.cpp | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_sse.cpp (limited to 'astro') 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 ++#include + + #if defined(__i386__) || defined(__x86_64__) + -- cgit v1.2.3