diff options
Diffstat (limited to 'irc/halloy/Makefile')
-rw-r--r-- | irc/halloy/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/irc/halloy/Makefile b/irc/halloy/Makefile index 90ff17c0002f..3c2332391a6d 100644 --- a/irc/halloy/Makefile +++ b/irc/halloy/Makefile @@ -1,6 +1,6 @@ PORTNAME= halloy -DISTVERSION= 2025.5 -PORTREVISION= 1 +DISTVERSION= 2025.6 +PORTREVISION= 2 CATEGORIES= irc MAINTAINER= pokeysquirrel@gmail.com @@ -26,4 +26,11 @@ post-install: $${f%org.squidowl.halloy.png}halloy.png; done && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/hicolor) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH:Marmv?} +LTO_UNSAFE= yes +CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false +.endif + +.include <bsd.port.post.mk> |