git: 276c687eb65b - main - devel/gettext*: Mark LTO_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Mar 2024 16:54:50 UTC
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=276c687eb65b6600c836186d7bd6cbc8bf934167 commit 276c687eb65b6600c836186d7bd6cbc8bf934167 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2024-03-25 16:11:37 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2024-03-25 16:53:33 +0000 devel/gettext*: Mark LTO_UNSAFE PR: 277945 --- devel/gettext/Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/gettext/Makefile.common b/devel/gettext/Makefile.common index 9c2c561b1dd1..695e8eb1ecbc 100644 --- a/devel/gettext/Makefile.common +++ b/devel/gettext/Makefile.common @@ -11,3 +11,4 @@ DISTNAME= gettext-${PORTVERSION} MAINTAINER?= tijl@FreeBSD.org DISTINFO_FILE= ${.CURDIR}/../gettext/distinfo +LTO_UNSAFE= yes