pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kitty
Module Name: pkgsrc
Committed By: joerg
Date: Sun Jan 12 23:00:27 UTC 2020
Modified Files:
pkgsrc/x11/kitty: Makefile
Log Message:
Don't force LTO.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/kitty/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/kitty/Makefile
diff -u pkgsrc/x11/kitty/Makefile:1.11 pkgsrc/x11/kitty/Makefile:1.12
--- pkgsrc/x11/kitty/Makefile:1.11 Wed Jan 8 12:31:45 2020
+++ pkgsrc/x11/kitty/Makefile Sun Jan 12 23:00:26 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index