diff options
author | ler <ler@FreeBSD.org> | 2018-01-19 10:43:38 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:26:11 +0800 |
commit | f93aa725fb19b16edd84852f0611eb2dd124e6ae (patch) | |
tree | e183ec0662b707336985b54b35c57dfb6d22e332 /astro | |
parent | f99c6fca7b8fb6384e4f8390944b4a0176c44e00 (diff) | |
download | freebsd-ports-gnome-f93aa725fb19b16edd84852f0611eb2dd124e6ae.tar.gz freebsd-ports-gnome-f93aa725fb19b16edd84852f0611eb2dd124e6ae.tar.zst freebsd-ports-gnome-f93aa725fb19b16edd84852f0611eb2dd124e6ae.zip |
astro/boinc-setiathome: mark BROKEN on FreeBSD 10/i386
-pet portlint
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: |