diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2018-01-19 02:43:38 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2018-01-19 02:43:38 +0000 |
commit | e5b76755b54ea5d9bd25a6f722c307b16dd05fef (patch) | |
tree | bd4d65026d95d17310d8e151f6df88c2b424aa34 /astro | |
parent | 784add9a5a76dce0768c14141632800f8e46283d (diff) | |
download | ports-e5b76755b54ea5d9bd25a6f722c307b16dd05fef.tar.gz ports-e5b76755b54ea5d9bd25a6f722c307b16dd05fef.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/boinc-setiathome/Makefile b/astro/boinc-setiathome/Makefile index fbeffcfd83ac..78ce8147b479 100644 --- a/astro/boinc-setiathome/Makefile +++ b/astro/boinc-setiathome/Makefile @@ -14,6 +14,8 @@ COMMENT= Setiathome Enhanced for BOINC LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= does not compile: analyzeFuncs_altivec.cpp: CoreServices/CoreServices.h: No such file or directory +BROKEN_FreeBSD_10_i386= does not compile: vector/x86_ops.h:149:9: error: unknown type name '__m128i'; did you mean '__m128'? BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 RUN_DEPENDS= boinc_client:net/boinc-client LIB_DEPENDS= libfftw3f.so:math/fftw3-float @@ -83,8 +85,6 @@ PLIST_SUB+= PREFIX=${PREFIX} \ BOINC_CLIENT_USER=${BOINC_CLIENT_USER} \ BOINC_CLIENT_GROUP=${BOINC_CLIENT_GROUP} -BROKEN_powerpc64= does not compile: analyzeFuncs_altivec.cpp: CoreServices/CoreServices.h: No such file or directory - # str_replace.h is included in newer versions of net/boinc-client, # but it is not needed on FreeBSD post-patch: |