diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-16 08:33:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-16 08:33:58 +0800 |
commit | d19ffea93fa7a60f89d0870efae87169f351b42d (patch) | |
tree | eb408fab826c7355900fc74e12523bd3451fe5f9 /graphics/mozjpeg | |
parent | e0e4a9fc8207ddf5514820ed300c064d56965598 (diff) | |
download | freebsd-ports-gnome-d19ffea93fa7a60f89d0870efae87169f351b42d.tar.gz freebsd-ports-gnome-d19ffea93fa7a60f89d0870efae87169f351b42d.tar.zst freebsd-ports-gnome-d19ffea93fa7a60f89d0870efae87169f351b42d.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics/mozjpeg')
-rw-r--r-- | graphics/mozjpeg/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/mozjpeg/Makefile b/graphics/mozjpeg/Makefile index 710fcdffe2a6..74c284b93a1c 100644 --- a/graphics/mozjpeg/Makefile +++ b/graphics/mozjpeg/Makefile @@ -13,8 +13,6 @@ COMMENT= Advanced JPEG encoder for the Web LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN_powerpc64= Does not build - USE_GITHUB= yes GH_ACCOUNT= mozilla @@ -44,6 +42,11 @@ SIMD_CONFIGURE_WITH= simd SIMD_BUILD_DEPENDS= yasm:devel/yasm TURBOJPEG_CONFIGURE_WITH= turbojpeg +BROKEN_aarch64= Does not configure: error: SIMD support cannot be enabled +BROKEN_mips64= Does not configure: error: SIMD support cannot be enabled +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not configure: error: SIMD support cannot be enabled + post-patch: @${REINPLACE_CMD} -e '/^docdir/s|=.*|= ${DOCSDIR}|; \ /^exampledir/s|=.*|= ${EXAMPLESDIR}|' \ |