diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 20:33:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 20:33:22 +0000 |
commit | 4734e25a318bb23039d75d1fb9dbc1b9a8f20923 (patch) | |
tree | 20831f826b312ccc1d73e36368de50c53c3f5cda /misc/libsupertone | |
parent | net-mgmt/prometheus: update 1.6.1 -> 1.6.3 (diff) |
Mark some ports failing on armv6, for errors classified as "configure_error".
Note: this skips all the ports that _sometimes_ fail with CMake errors. We
need to investigate that problem, and find out if it is specific to the qemu
environment.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=441874
Diffstat (limited to 'misc/libsupertone')
-rw-r--r-- | misc/libsupertone/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/libsupertone/Makefile b/misc/libsupertone/Makefile index de30190856fd..e84f2e7d284e 100644 --- a/misc/libsupertone/Makefile +++ b/misc/libsupertone/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libtiff.so:graphics/tiff \ libxml2.so:textproc/libxml2 +BROKEN_armv6= fails to configure: Can't build without spandsp + USES= tar:tgz libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes |