summaryrefslogtreecommitdiff
path: root/x11/kitty
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-01-12 23:00:26 +0000
committerjoerg <joerg@pkgsrc.org>2020-01-12 23:00:26 +0000
commit7781792cfa3ef4ee3a68fd7ffc434d8b0877a8cc (patch)
tree7bcec9aae3297c709632094ea359cabe0e1e70fd /x11/kitty
parent913d39e315c347e7cb086e8d9b2b72f0eead7717 (diff)
downloadpkgsrc-7781792cfa3ef4ee3a68fd7ffc434d8b0877a8cc.tar.gz
Don't force LTO.
Diffstat (limited to 'x11/kitty')
-rw-r--r--x11/kitty/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index 5aef9f867e0..6225278880d 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/08 12:31:45 nia Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/12 23:00:26 joerg Exp $
DISTNAME= kitty-0.15.1
CATEGORIES= x11
@@ -16,6 +16,9 @@ USE_LANGUAGES= c99
EXTRACT_USING= bsdtar
USE_TOOLS+= gmake pkg-config
+# don't force LTO
+BUILDLINK_TRANSFORM+= rm:-flto
+
# kitty's homegrown packaging expects the functionality of tic(1) that
# comes with ncurses.
USE_NCURSES= yes