pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/kitty Don't force LTO.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a35d202dbd4f
branches: trunk
changeset: 408018:a35d202dbd4f
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jan 12 23:00:26 2020 +0000
description:
Don't force LTO.
diffstat:
x11/kitty/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r dce97e522943 -r a35d202dbd4f x11/kitty/Makefile
--- a/x11/kitty/Makefile Sun Jan 12 21:57:30 2020 +0000
+++ b/x11/kitty/Makefile Sun Jan 12 23:00:26 2020 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index