diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-27 04:02:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-27 04:02:44 +0800 |
commit | f165f7743e2cbd42b86a4c6643b7648b0056c167 (patch) | |
tree | 0cde4b8b45b7e4393f92305c47df693c2ef646bd /astro | |
parent | 2e8e012fe9faa77f49a5d468d23272c102a68d1d (diff) | |
download | freebsd-ports-graphics-f165f7743e2cbd42b86a4c6643b7648b0056c167.tar.gz freebsd-ports-graphics-f165f7743e2cbd42b86a4c6643b7648b0056c167.tar.zst freebsd-ports-graphics-f165f7743e2cbd42b86a4c6643b7648b0056c167.zip |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index 29a0a87a1e4..05cbd4ae9b2 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 \ RUN_DEPENDS= boinc_client:net/boinc-client LIB_DEPENDS= libfftw3f.so:math/fftw3-float +BROKEN_armv6= fails to compile: call to abs is ambiguous + GNU_CONFIGURE= yes USES= autoreconf gmake libtool pkgconfig tar:xz WRKSRC_SUBDIR= client |