summaryrefslogtreecommitdiff
path: root/irc/halloy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/halloy/Makefile')
-rw-r--r--irc/halloy/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/irc/halloy/Makefile b/irc/halloy/Makefile
index 00a49d191e82..433ec950efff 100644
--- a/irc/halloy/Makefile
+++ b/irc/halloy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= halloy
DISTVERSION= 2025.6
+PORTREVISION= 1
CATEGORIES= irc
MAINTAINER= pokeysquirrel@gmail.com
@@ -25,4 +26,12 @@ 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>