diff --git a/devel/mimalloc/Makefile b/devel/mimalloc/Makefile index a62fe4bc2030..9aa9f3e7a751 100644 --- a/devel/mimalloc/Makefile +++ b/devel/mimalloc/Makefile @@ -1,32 +1,31 @@ # Created by: Emanuel Haupt PORTNAME= mimalloc DISTVERSIONPREFIX= v DISTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ehaupt@FreeBSD.org COMMENT= General-purpose allocator with excellent performance characteristics LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS_i386= libatomic_ops>0:devel/libatomic_ops - -USES= cmake compiler:gcc-c++11-lib +USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= microsoft USE_LDCONFIG= yes CMAKE_ON= MI_INSTALL_TOPLEVEL +TEST_TARGET= test -LDFLAGS_i386= -latomic -LDFLAGS_powerpc=-latomic +LDFLAGS_powerpc= -latomic # ci pipeline creates transient tags PORTSCOUT= ignore:1 post-install: # workaround for https://github.com/microsoft/mimalloc/issues/398 @${RM} ${STAGEDIR}${PREFIX}/lib/mimalloc.o .include