diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index aec237a3e5e..ff6ad92d9f3 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,6 +1,6 @@ COMMENT= SIMD-accelerated JPEG codec replacement of libjpeg -V= 3.1.3 +V= 3.1.4.1 DISTNAME= libjpeg-turbo-${V} PKGNAME= jpeg-${V} diff --git a/graphics/jpeg/distinfo b/graphics/jpeg/distinfo index d1abc97422e..626781162bb 100644 --- a/graphics/jpeg/distinfo +++ b/graphics/jpeg/distinfo @@ -1,2 +1,2 @@ -SHA256 (libjpeg-turbo-3.1.3.tar.gz) = B1kguCaDSsTd+XZhzHNJEEeFWFmv/WcdUgecaGfBxsA= -SIZE (libjpeg-turbo-3.1.3.tar.gz) = 2516606 +SHA256 (libjpeg-turbo-3.1.4.1.tar.gz) = 7K6ACOLMmt4vLBu51ebU+3PnxDOGagVr2CmAdBVxoCI= +SIZE (libjpeg-turbo-3.1.4.1.tar.gz) = 2528617 diff --git a/graphics/jpeg/patches/patch-CMakeLists_txt b/graphics/jpeg/patches/patch-CMakeLists_txt index 93f6828b3c8..9233d915acb 100644 --- a/graphics/jpeg/patches/patch-CMakeLists_txt +++ b/graphics/jpeg/patches/patch-CMakeLists_txt @@ -3,7 +3,7 @@ Symbol versioning triggers weird linking problems in dependent ports. Index: CMakeLists.txt --- CMakeLists.txt.orig +++ CMakeLists.txt -@@ -578,10 +578,6 @@ endif() +@@ -586,10 +586,6 @@ endif() if(UNIX AND NOT APPLE) file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/conftest.map "VERS_1 { global: *; };")