git: a7932451deed - main - lang/eisl: enable LTO on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Aug 2023 20:02:42 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7932451deed945053545c608ea82c74f050cfef commit a7932451deed945053545c608ea82c74f050cfef Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-08 20:13:39 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-10 20:02:25 +0000 lang/eisl: enable LTO on powerpc64 --- lang/eisl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index a2bfbee84b24..49bb16329623 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -1,6 +1,7 @@ PORTNAME= eisl DISTVERSIONPREFIX= v DISTVERSION= 3.30 +PORTREVISION= 1 CATEGORIES= lang devel MAINTAINER= yuri@FreeBSD.org @@ -29,7 +30,7 @@ LDFLAGS+= -lncursesw .include <bsd.port.options.mk> -.if ${ARCH} == powerpc64 || ${ARCH} == riscv64 +.if ${ARCH} == riscv64 EXTRA_PATCHES= ${FILESDIR}/extra-patch-makefile .endif