Date: Sun, 20 Aug 2017 12:26:44 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448386 - head/graphics/mozjpeg Message-ID: <201708201226.v7KCQiRr099960@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 20 12:26:43 2017 New Revision: 448386 URL: https://svnweb.freebsd.org/changeset/ports/448386 Log: Pet portlint: move BROKEN_* upward Modified: head/graphics/mozjpeg/Makefile Modified: head/graphics/mozjpeg/Makefile ============================================================================== --- head/graphics/mozjpeg/Makefile Sun Aug 20 12:26:39 2017 (r448385) +++ head/graphics/mozjpeg/Makefile Sun Aug 20 12:26:43 2017 (r448386) @@ -12,12 +12,12 @@ COMMENT= Improved JPEG encoder by Mozilla LICENSE= BSD3CLAUSE -LIB_DEPENDS= libpng.so:graphics/png - -BROKEN_aarch64= does not configure: error: SIMD support cannot be enabled -BROKEN_mips64= does not configure: error: SIMD support cannot be enabled +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: undefined reference to htole32 -BROKEN_sparc64= does not configure: error: SIMD support cannot be enabled +BROKEN_sparc64= does not configure: error: SIMD support cannot be enabled + +LIB_DEPENDS= libpng.so:graphics/png OPTIONS_DEFINE= DOCS EXAMPLES SIMD TURBOJPEG OPTIONS_DEFAULT=SIMD TURBOJPEG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708201226.v7KCQiRr099960>