diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:26:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:26:43 +0800 |
commit | cc724a36aab1db90f173e6d696f9f03601947b3f (patch) | |
tree | 4f77f56160b0ccd14ead9d69e3d46a49c2ffc0af /graphics | |
parent | d57356d973404cb342fd06101aeef7b5c822f443 (diff) | |
download | freebsd-ports-gnome-cc724a36aab1db90f173e6d696f9f03601947b3f.tar.gz freebsd-ports-gnome-cc724a36aab1db90f173e6d696f9f03601947b3f.tar.zst freebsd-ports-gnome-cc724a36aab1db90f173e6d696f9f03601947b3f.zip |
Pet portlint: move BROKEN_* upward
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mozjpeg/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/mozjpeg/Makefile b/graphics/mozjpeg/Makefile index bb78e2071df7..b75b82f90bc3 100644 --- a/graphics/mozjpeg/Makefile +++ b/graphics/mozjpeg/Makefile @@ -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 |