diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-28 04:33:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-28 04:33:22 +0800 |
commit | 5c7d1cd21d4101c6a88843bc0513c1c423d67dfa (patch) | |
tree | 20831f826b312ccc1d73e36368de50c53c3f5cda /graphics/exrtools | |
parent | 50ec4ed063591708f2b48f7376ec06381803fe25 (diff) | |
download | freebsd-ports-gnome-5c7d1cd21d4101c6a88843bc0513c1c423d67dfa.tar.gz freebsd-ports-gnome-5c7d1cd21d4101c6a88843bc0513c1c423d67dfa.tar.zst freebsd-ports-gnome-5c7d1cd21d4101c6a88843bc0513c1c423d67dfa.zip |
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)
Diffstat (limited to 'graphics/exrtools')
-rw-r--r-- | graphics/exrtools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index da7abf1e66b2..10df0ce8c761 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= libImath-2_2.so:graphics/ilmbase \ libpng.so:graphics/png \ libIlmImf.so:graphics/OpenEXR +BROKEN_armv6= fails to configure: checking for /nxb-bin/usr/bin/cc... no + GNU_CONFIGURE= yes USES= gmake jpeg pkgconfig |