diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-03 09:14:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-03 09:14:05 +0800 |
commit | ccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf (patch) | |
tree | c18272cea1cfd16fb061c8045e9d5bd67dd36f13 /graphics | |
parent | a2a755d89329513418a7f289adf442cc3ce72541 (diff) | |
download | freebsd-ports-gnome-ccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf.tar.gz freebsd-ports-gnome-ccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf.tar.zst freebsd-ports-gnome-ccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf.zip |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libjxr/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/libjxr/Makefile b/graphics/libjxr/Makefile index 40a1356ef78c..b5a2ecdca19f 100644 --- a/graphics/libjxr/Makefile +++ b/graphics/libjxr/Makefile @@ -13,6 +13,9 @@ COMMENT= Library for JPEG XR, a.k.a. Windows MediaTM Photo LICENSE= BSD +BROKEN_aarch64= fails to link: cc: error: linker command failed with exit code 1 (use -v to see invocation) +BROKEN_mips64= fails to build + USES= dos2unix uidfix USE_LDCONFIG= yes MAKEFILE= BSDmakefile # created by do-configure |