Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/kitty/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/kitty/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- pkgsrc/x11/kitty/Makefile 2020/01/08 12:31:45 1.11 +++ pkgsrc/x11/kitty/Makefile 2020/01/12 23:00:26 1.12 @@ -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