svn commit: r448386 - head/graphics/mozjpeg
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 20 12:26:45 UTC 2017
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
More information about the svn-ports-head
mailing list