diff --git a/security/R-cran-digest/Makefile b/security/R-cran-digest/Makefile index 17e55a56b300..51f20099f269 100644 --- a/security/R-cran-digest/Makefile +++ b/security/R-cran-digest/Makefile @@ -1,14 +1,15 @@ PORTNAME= digest DISTVERSION= 0.6.32 +PORTREVISION= 1 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= uzsolt@uzsolt.hu COMMENT= Create cryptographic hash digests of R objects WWW= https://cran.r-project.org/web/packages/digest/ LICENSE= GPLv2+ USES= cran:auto-plist,compiles .include diff --git a/security/R-cran-digest/files/patch-src_crc32c_crc32c__config.h b/security/R-cran-digest/files/patch-src_crc32c_crc32c__config.h new file mode 100644 index 000000000000..63233a1b51c0 --- /dev/null +++ b/security/R-cran-digest/files/patch-src_crc32c_crc32c__config.h @@ -0,0 +1,11 @@ +--- src/crc32c/crc32c_config.h.orig 2023-08-07 12:55:59 UTC ++++ src/crc32c/crc32c_config.h +@@ -12,7 +12,7 @@ + #define HAVE_BUILTIN_PREFETCH 1 + + // Define to 1 if targeting X86 and the compiler has the _mm_prefetch intrinsic. +-#define HAVE_MM_PREFETCH 1 ++#define HAVE_MM_PREFETCH 0 + + // Define to 1 if targeting X86 and the compiler has the _mm_crc32_u{8,32,64} + // intrinsics.