diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index ec45710de745..49255dbd1187 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -1,35 +1,36 @@ PORTNAME= zstd PORTVERSION= 1.5.2 CATEGORIES= archivers MASTER_SITES= https://github.com/facebook/zstd/releases/download/v${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast real-time compression algorithm LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/../../LICENSE LICENSE_FILE_GPLv2= ${WRKSRC}/../../COPYING TEST_DEPENDS= gmd5sum:sysutils/coreutils USES= meson pkgconfig python:3.7+,build shebangfix tar:zst MESON_ARGS= -Ddefault_library=both USE_LDCONFIG= yes WRKSRC_SUBDIR= build/meson PLIST_SUB= PORTVERSION=${PORTVERSION} SHEBANG_FILES= *.py -OPTIONS_DEFINE= LZ4 OPTIMIZED_CFLAGS TEST +OPTIONS_DEFINE= LTO LZ4 OPTIMIZED_CFLAGS TEST OPTIONS_DEFAULT=LZ4 +LTO_MESON_TRUE= b_lto LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 LZ4_MESON_ENABLED= lz4 LZ4_USES= localbase:ldflags OPTIMIZED_CFLAGS_VARS= CFLAGS+=-O3 TEST_MESON_TRUE= bin_tests .include