git: 6edacd285552 - main - mail/rspamd-devel: enable LTO on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 14:59:09 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=6edacd285552c6c45ecbc32e6094fe6b704c2617 commit 6edacd285552c6c45ecbc32e6094fe6b704c2617 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-08 14:57:56 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-08 14:58:33 +0000 mail/rspamd-devel: enable LTO on powerpc64 --- mail/rspamd-devel/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mail/rspamd-devel/Makefile b/mail/rspamd-devel/Makefile index 23589e67e1c9..8f3a76e640da 100644 --- a/mail/rspamd-devel/Makefile +++ b/mail/rspamd-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= rspamd PORTVERSION= 3.4.a1.20221001 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -85,12 +85,6 @@ LUAJIT_USES= luajit LUAJIT_USES_OFF= lua:51+ LUAJIT_CMAKE_OFF= -DENABLE_LUAJIT=OFF -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc64 -CMAKE_ARGS+= -DENABLE_LTO:BOOL=OFF -.endif - post-install: @${MKDIR} \ ${STAGEDIR}/var/log/rspamd \