diff options
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}|' \ |