aboutsummaryrefslogtreecommitdiff
path: root/graphics/libjpeg-turbo
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-09 18:24:41 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-09 18:24:41 +0000
commitfa175b94a223dd9bd5e23f61263c49c2f9e0bb3a (patch)
treed828316ce82959034ddf110c9a5ef005f0357205 /graphics/libjpeg-turbo
parent7477834acfa38fc90e263cad97e5687691ab142d (diff)
downloadports-fa175b94a223dd9bd5e23f61263c49c2f9e0bb3a.tar.gz
ports-fa175b94a223dd9bd5e23f61263c49c2f9e0bb3a.zip
graphics/jpeg-turbo: enable runtime AltiVec detection
Enables runtime AltiVec detection, which will improve performance on powerpc, where AltiVec is not enabled by default. Approved by: antoine PR: 259562
Diffstat (limited to 'graphics/libjpeg-turbo')
-rw-r--r--graphics/libjpeg-turbo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libjpeg-turbo/Makefile b/graphics/libjpeg-turbo/Makefile
index a749d68af2e3..b45fca3c79a9 100644
--- a/graphics/libjpeg-turbo/Makefile
+++ b/graphics/libjpeg-turbo/Makefile
@@ -1,7 +1,7 @@
# Created by: Denis Podolskiy <bytestore@yandex.ru>
PKGNAMEPREFIX= lib
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG